tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.vercel.app
MIT License
678 stars 147 forks source link

Missing `debounce` in `SelectSearchProps` type definitions #187

Closed marsonparulian closed 3 years ago

marsonparulian commented 3 years ago

Hi,

I am using version 3.0.6.

debounce is missing in SelectSearchProps type definition in file ./src/index.d.ts. This will make typescript compiler produces error if prop debounce is used in <SelectSearch /> component.

I will create a PR to include debounce in type def. Thanks!