UNPKG

prntr

Version:

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

7 lines (6 loc) 221 B
import { IPdfConfig } from './types'; export declare type ExtendedIPdfConfig = IPdfConfig & { frameId: string; }; declare function pdf(config: ExtendedIPdfConfig, printFrame: HTMLIFrameElement): void; export { pdf };