UNPKG

@pdf-viewer/react

Version:

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

6 lines (5 loc) 330 B
import { FC, PropsWithChildren } from 'react'; import { ConfigContextType } from '../utils/types'; export declare const ConfigContext: import('react').Context<ConfigContextType>; export declare const useConfigContext: () => ConfigContextType; export declare const ConfigContextProvider: FC<PropsWithChildren & ConfigContextType>;