UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

6 lines (5 loc) 364 B
import { FC, PropsWithChildren } from 'react'; import { InitialStateContextType } from '../utils/types'; export declare const InitialStateContext: import('react').Context<InitialStateContextType>; export declare const InitialStateProvider: FC<PropsWithChildren<InitialStateContextType>>; export declare const useInitialStateContext: () => InitialStateContextType;