UNPKG

@chalkbooks/react-doc-viewer

Version:
7 lines (6 loc) 140 B
import { FC } from "react"; interface Props { pageNum?: number; } declare const PDFSinglePage: FC<Props>; export default PDFSinglePage;