UNPKG

document-viewer-ts

Version:

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

4 lines 124 B
import { Viewer } from './Viewer'; import { init } from './base'; export { init, Viewer }; //# sourceMappingURL=index.js.map