caseywebdev / react-list

:scroll: A versatile infinite scroll React component.

Home Page:https://caseywebdev.github.io/react-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type definition of react-list

buptyyf opened this issue · comments

When use Typescript, I have to declare the type of react-list. So I defined the type of react-list based on my understanding and push it to the official repository -- DefinitelyTyped.
If my definition has any mistakes, you can check and fix it.

Therefore, if you want to use react-list in Typescript, I suggest use this definition by
npm install @types/react-list --save-dev