mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00: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 See https://github.com/reactjs/redux/commit/085eaec93d327948bc05ba3c5eb8a128000355f3 * Adapt redux test Corrected missing R.compose * include Func0..3 types as in Redux' index.d.ts * Update index.d.ts, include redux #1936 https://github.com/reactjs/redux/commit/f8ec3ef1c3027d6959c85c97459c109574d28b3c * Update redux-tests.ts, include redux #1936 https://github.com/reactjs/redux/commit/f8ec3ef1c3027d6959c85c97459c109574d28b3c * Update redux-devtools-tests.tsx