Type alias StateActions<T>

StateActions<T>: SetRecord<T> & {
    mergeState: MergeState<T>;
    state: SetImmerState<T>;
}

Type Parameters

Type declaration

Generated using TypeDoc