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

6 lines
171 B
TypeScript

import type { PictureConfigOptions, PictureHTMLData } from "../types";
export default function renderPicture(
config: PictureConfigOptions
): Promise<PictureHTMLData>;