UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

4 lines (3 loc) 138 B
import { FC } from 'react'; import { RPControllerProps } from '../utils/types'; export declare const RPController: FC<RPControllerProps>;