DefinitelyTyped/types/react-infinite-scroller
Daniel Fischer e2070bba6d [react-infinite-scroller] fix TS2497 (#22247)
* [react-infinite-scroller] fix TS2497

I get this error when importing the module with `import * as InfiniteScroll from 'react-infinite-scroller`:

    Error:(9, 33) TS2497: Module '".../@types/react-infinite-scroller/index"' resolves to a non-module entity and cannot be imported using this construct.

This PR fixes that error by merging the exported class with an empty namespace.

* revert accidental formatting change
2018-01-03 11:25:27 -08:00
..
index.d.ts
react-infinite-scroller-tests.tsx
tsconfig.json
tslint.json