UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

6 lines (5 loc) 320 B
import { FC, PropsWithChildren } from 'react'; import { PageControlContextType } from '../utils/types'; export declare const PaginationContext: React.Context<PageControlContextType>; export declare const usePaginationContext: () => PageControlContextType; export declare const PaginationProvider: FC<PropsWithChildren>;