redux-state-branch
Advanced tools
Comparing version 0.0.45 to 0.0.46
@@ -104,7 +104,3 @@ interface AnyAction<T = any> { | ||
}; | ||
export declare const stateBranch: <ItemT extends AnyItem, BranchStateT extends State<ItemT>>() => <ActionsT, SelectorsT, ConstantsT extends { | ||
[key: string]: string; | ||
}, UtilsT extends { | ||
[key: string]: any; | ||
}>({ name, defaultItem, generateId: customGenerateIdFunc, actions: customActions, selectors: customSelectors, constants: customConstants, utils, defaultState, reducer: extendedReducer }: { | ||
export declare const stateBranch: <ItemT extends AnyItem, BranchStateT extends State<ItemT>>() => <ActionsT, SelectorsT, ConstantsT, UtilsT>({ name, defaultItem, generateId: customGenerateIdFunc, actions: customActions, selectors: customSelectors, constants: customConstants, utils, defaultState, reducer: extendedReducer }: { | ||
name: string; | ||
@@ -111,0 +107,0 @@ actions?: ActionsT | undefined; |
{ | ||
"name": "redux-state-branch", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A redux wrapper for sane people.", |
Sorry, the diff of this file is not supported yet
44299
810