UNPKG

@cyntler/react-doc-viewer

Version:
8 lines (6 loc) 127 B
import { FC } from 'react'; interface Props { pageNum?: number; } export declare const PDFAllPages: FC<Props>; export {};