polymech-astro/packages/imagetools_/api/renderBackgroundPicture.d.ts
2025-08-26 12:17:29 +02:00

9 lines
226 B
TypeScript

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