UNPKG

react-pdf-simple-viewer

Version:

![License](https://img.shields.io/github/license/cdx0/react-pdf-simple-viewer?style=flat-square) ![NPM](https://img.shields.io/npm/v/react-pdf-simple-viewer?style=flat-square) ![typescript](https://img.shields.io/badge/%E6%94%AF%E6%8C%81-typescript-blue?s

12 lines (11 loc) 275 B
import * as React from 'react'; declare type PageProps = { index?: number; scale?: number; width?: number; rotate?: number; hideTextLayer?: boolean; style?: React.CSSProperties; }; export declare const Page: React.FC<PageProps>; export {};