// Type definitions for react-pdf 4.0 // Project: https://github.com/wojtekmaj/react-pdf/ // Definitions by: CodeDaraW // Nathan Hardy // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 3.0 import Document from './dist/Document'; import Page from './dist/Page'; import Outline from './dist/Outline'; import pdfjs from './dist/pdfjs-dist'; export { pdfjs, Document, Page, Outline };