Type alias StateReducer

StateReducer: ((old: SelectState, newState: SelectState, action: SelectActions) => SelectState)

Type declaration

Generated using TypeDoc