polymech-astro/packages/imagetools/api/renderPicture.d.ts
2025-08-15 20:42:02 +02:00

6 lines
171 B
TypeScript

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