UNPKG

react-pdf

Version:

Display PDFs in your React app as easily as if they were images.

4 lines (3 loc) 161 B
import type { DocumentContextType } from './shared/types.js'; declare const documentContext: React.Context<DocumentContextType>; export default documentContext;