ReducerList interface
export interface ReducerList
Methods
Method | Description |
---|---|
getReducers() | Returns a list of reducers. |
resetReducers() | Resets reducer list to the defaults. |
setReducers(callback) | Updates reducer list with the return value of callback . |