UNPKG

@vivliostyle/core

Version:

Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support

8 lines (7 loc) 238 B
export interface PrintConfig { title: string; printCallback: (iframeWin: Window) => void; hideIframe: boolean; removeIframe: boolean; } export declare function printHTML(htmlDoc: string, config: PrintConfig): void;