mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +08:00
* Update redux to 3.6.0 In contrast to https://github.com/reactjs/redux/blob/v3.6.0/index.d.ts: Because I didn't want to export Func0..3 I replaced them with their definition. * Fixed missing line * Correct errors * Update test to redux v3.6.0 See085eaec93d* Adapt redux test Corrected missing R.compose * include Func0..3 types as in Redux' index.d.ts * Update index.d.ts, include redux #1936f8ec3ef1c3* Update redux-tests.ts, include redux #1936f8ec3ef1c3* Update redux-devtools-tests.tsx