Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 081aae8

Browse files
committed
Document TypeScript support, close #48
1 parent afc4f76 commit 081aae8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ store.dispatch(updateIntl({
125125

126126
See the usage in [test](https://github.com/ratson/react-intl-redux/blob/master/test/immutable.spec.js).
127127

128+
### TypeScript Support
129+
130+
This module does not ship with types definitions by itself, but there is community contributed [`@types/react-intl-redux`](https://www.npmjs.com/package/@types/react-intl-redux) package.
131+
128132
## Examples
129133

130134
There are some examples under the [`examples`](./examples) folder for reference.

0 commit comments

Comments
 (0)