UNPKG

jagran-react-doc-viewer

Version:

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

5 lines 275 B
import React from 'react'; import { DocViewerProps, DocViewerRef } from '../types'; import '../styles/navigation.css'; export declare const DocViewer: React.ForwardRefExoticComponent<DocViewerProps & React.RefAttributes<DocViewerRef>>; //# sourceMappingURL=DocViewer.d.ts.map