jacobworrel / react-windowed-select

An integration of react-window with react-select to efficiently render large lists.
MIT License
142 stars 38 forks source link

Export typings #60

Closed vinceau closed 3 years ago

vinceau commented 3 years ago

This PR generates and exports the Typescript typings so Typescript projects which import this library will have type information.

jacobworrel commented 3 years ago

Looks good! Thanks for the PR.