UNPKG

prntr

Version:

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

7 lines (6 loc) 225 B
import { IJsonConfig } from './types'; export declare type ExtendedJsonConfig = IJsonConfig & { frameId: string; }; declare function json(config: ExtendedJsonConfig, printFrame: HTMLIFrameElement): void; export { json };