Appearance
Reducer<T> = (state, action) => T
T
state
action
Defined in: types.ts:106
A function that takes the current state and an action, and returns the updated state (excluding promises).
T = any
any
Action