UNPKG

prntr

Version:

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

4 lines (3 loc) 177 B
import { ExtendedConfig } from './types'; declare function print(config: ExtendedConfig, printFrame: HTMLIFrameElement, printableElement?: HTMLElement): void; export { print };