UNPKG

@hitechline/pdf-maker

Version:
6 lines (5 loc) 168 B
export interface HTMLHandlerOptions { path?: string; content?: string; } export declare const htmlHandler: import("../..").Handler<"html", HTMLHandlerOptions>;