UNPKG

react-pdf

Version:

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

5 lines (4 loc) 181 B
/// <reference types="react" /> import type { PageContextType } from './shared/types.js'; declare const _default: import("react").Context<PageContextType>; export default _default;