site-library/packages/imagetools/api/renderBackgroundPicture.d.ts
2025-03-12 18:53:16 +01:00

9 lines
234 B
TypeScript

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