UNPKG

@pdf-viewer/react

Version:

A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.

8 lines (7 loc) 154 B
import { FC } from 'react'; interface SkipLinkProps { href: string; label: string; } export declare const SkipLink: FC<SkipLinkProps>; export {};