You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,10 @@ store.dispatch(updateIntl({
125
125
126
126
See the usage in [test](https://github.com/ratson/react-intl-redux/blob/master/test/immutable.spec.js).
127
127
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
+
128
132
## Examples
129
133
130
134
There are some examples under the [`examples`](./examples) folder for reference.
0 commit comments