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

6 lines
171 B
TypeScript

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