Files
polymech-astro/packages/imagetools_3/api/renderBackgroundPicture.d.ts
T
babayaga 8998614cba latest
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>;