UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

8 lines (7 loc) 274 B
import { FC, ReactNode } from 'react'; import { FullScreenToolProps } from '../utils/types'; export declare const FullScreenProvider: FC<{ elementRef: HTMLElement | null; children: ReactNode; }>; export declare const useFullScreenContext: () => FullScreenToolProps;