UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

7 lines (6 loc) 132 B
import { FC } from 'react'; interface Props { pageNumber: number; } export declare const AnnotationLayer: FC<Props>; export {};