UNPKG

jagran-react-doc-viewer

Version:

A highly customizable React document viewer with support for PDF, DOCX, PPTX, images, and more

10 lines 375 B
import React from 'react'; import { DocViewerProps, DocumentSource } from '../types'; interface DocViewerCoreProps extends DocViewerProps { currentDocument: DocumentSource; currentDocIndex: number; onDocumentChange: (index: number) => void; } export declare const DocViewerCore: React.FC<DocViewerCoreProps>; export {}; //# sourceMappingURL=DocViewerCore.d.ts.map