Files
DefinitelyTyped/types/react-pdf/index.d.ts
月迷津渡 36e47f5333 Add types for react-pdf (#35317)
* Add types for react-pdf

* [react-pdf] enable strictNullChecks and remove Function types
2019-05-15 09:50:55 -07:00

16 lines
404 B
TypeScript

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