generated from polymech/site-template
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import type { PictureConfigOptions, PictureHTMLData } from "../types";
|
|
|
|
export default function renderPicture(
|
|
config: PictureConfigOptions
|
|
): Promise<PictureHTMLData>;
|