generated from polymech/site-template
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
import type { ImgConfigOptions, ImgHTMLData } from "../types";
|
|
|
|
export default function renderImg(
|
|
config: ImgConfigOptions
|
|
): Promise<ImgHTMLData>;
|