Type Alias StateModifier<TState>

StateModifier: Partial<TState> | (state: TState) => Partial<TState>

Type Parameters

  • TState extends object