re-reduced
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -1,2 +0,2 @@ | ||
import { MapStateToPropsFactory } from "react-redux"; | ||
import { MapStateToProps } from "react-redux"; | ||
import { ActionCreator } from "./core"; | ||
@@ -13,4 +13,4 @@ import { Tree } from "./helpers/objects"; | ||
*/ | ||
export declare function connectWithActions<TProps, TActions extends Tree<ActionCreator<any>> = {}, TState = {}, TOwnProps = {}>(actions: TActions, mapStateToProps?: MapStateToPropsFactory<TProps, TOwnProps, TState>): import("react-redux").InferableComponentEnhancerWithProps<TProps & { | ||
export declare function connectWithActions<TProps, TState = {}, TOwnProps = {}, TActions extends Tree<ActionCreator<any>> = {}>(actions: TActions, mapStateToProps?: MapStateToProps<TProps, TOwnProps, TState>): import("react-redux").InferableComponentEnhancerWithProps<TProps & { | ||
actions: Tree<ActionCreator<any>>; | ||
}, TOwnProps>; |
{ | ||
"name": "re-reduced", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "A utility toolbelt that reduces boilerplate from your react/redux app", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
32286
283