site-library/packages/imagetoolsNew/api/renderBackgroundPicture.d.ts
2025-03-08 21:04:49 +01:00

9 lines
226 B
TypeScript

import type {
BackgroundPictureConfigOptions,
BackgroundPictureHTMLData,
} from "../types";
export default function renderBackgroundPicture(
config: BackgroundPictureConfigOptions
): Promise<BackgroundPictureHTMLData>;