CombinedReducerState<R> Type alias

A type alias which represents the state created by the reducer returned by combineReducers for a given reducers argument. Used above by CombineReducersFunction, our custom type definition for combineReducers.

CombinedReducerState = object

Defined in

Last Updated: 08 January, 2020