UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

6 lines (5 loc) 291 B
import { FC, PropsWithChildren } from 'react'; import { ZoomContextType } from '../utils/types'; export declare const ZoomContext: import('react').Context<ZoomContextType>; export declare const useZoomContext: () => ZoomContextType; export declare const ZoomProvider: FC<PropsWithChildren>;