UNPKG

document-viewer-ts

Version:

PDF and MS Doc viewer written in TypeScript for React and vanilla JavaScript

4 lines (3 loc) 247 B
export declare const renderPDF: (containerDiv: Element, documentUrl: string) => Promise<unknown>; export declare const renderDocument: (workerSrc: string) => (containerDiv: Element) => void; export declare const init: (workerSrc: string) => void;