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

6 lines
180 B
TypeScript

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