Skip to content

Commit

Permalink
Add Typescript support disclaimer to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Feb 4, 2018
1 parent 09fced5 commit b658fef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ import {DebounceInput} from 'react-debounce-input';

Also there are helper types `DebounceTextArea` and `Debounced` to provide strict interfaces for wrapping components different from standard `<input />`. Check usage examples in `example/typescript-example.tsx`.


*NOTE* library author is not using Typescript, so if you are using typings and found an issue, please submit a PR with fix. Thanks @iyegoroff for the initial TS support!


## Development and testing

Currently is being developed and tested with the latest stable `Node 8` on `OSX`.
Expand Down

0 comments on commit b658fef

Please sign in to comment.