UNPKG

@progress/telerik-common-report-viewer

Version:

Common code for Progress® Telerik® Report Viewer

12 lines (11 loc) 274 B
export declare class PrintManager { private hasPdfPlugin; private isMobile; private iframe; constructor(); destroy(): void; private printDesktop; private printMobile; print(src: string): void; getDirectPrintState(): boolean; }