UNPKG

react-pdf

Version:

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

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