UNPKG

@pdf-viewer/react

Version:

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

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;