UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

8 lines (7 loc) 273 B
import { default as React, PropsWithChildren } from 'react'; interface FileInputContextValue { openFile: () => void; } export declare const FileInputProvider: React.FC<PropsWithChildren>; export declare const useOpenFileContext: () => FileInputContextValue; export {};