polymech-astro/packages/imagetools_x/api/renderBackgroundPicture.d.ts
2025-08-27 18:44:10 +02:00

9 lines
226 B
TypeScript

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