DefinitelyTyped/types/react-redux
Curtis Layne 9a3c424109 [react-redux] Update types for react-redux (#18510)
The types were failing to remove props they injected from requirements
for the parents rendering them. By using Omit we can omit props that are
injected from the connect component so that we don't get errors during
parent rendering.

All of this is done through type inference so that end users don't have
to be aware that this is happening.
2017-08-14 12:09:47 -07:00
..
index.d.ts [react-redux] Update types for react-redux (#18510) 2017-08-14 12:09:47 -07:00
package.json
react-redux-tests.tsx [react-redux] Update types for react-redux (#18510) 2017-08-14 12:09:47 -07:00
tsconfig.json