UNPKG

@hopeio/utils

Version:
9 lines (8 loc) 239 B
interface PrintFunction { extendOptions: Function; getStyle: Function; setDomHeight: Function; toPrint: Function; } declare const Print: (dom: string | HTMLElement, options?: object) => PrintFunction; export default Print;