UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

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