UNPKG

prntr

Version:

A tiny javascript library to help printing from the web. Print.js but modern and maintained.

7 lines (6 loc) 243 B
import { IRawHtmlConfig } from './types'; export declare type ExtendedRawHtmlConfig = IRawHtmlConfig & { frameId: string; }; declare function rawHtml(config: ExtendedRawHtmlConfig, printFrame: HTMLIFrameElement): void; export { rawHtml };