UNPKG

@opengis/fastify-table

Version:

core-plugins

13 lines 285 B
export default function html2pdf({ html, filepath, }: { html: string; filepath: string; }): Promise<{ filepath: string; err?: undefined; status?: undefined; } | { err: any; status: number; filepath?: undefined; }>; //# sourceMappingURL=html2img.d.ts.map