UNPKG

@pdf-viewer/react

Version:

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

6 lines (5 loc) 401 B
import { FC, PropsWithChildren } from 'react'; import { SelectionModeContextType, SelectionModeProviderProps } from '../utils/types'; export declare const SelectionModeContext: import('react').Context<SelectionModeContextType>; export declare const useSelectionModeContext: () => SelectionModeContextType; export declare const SelectionModeProvider: FC<PropsWithChildren<SelectionModeProviderProps>>;