Core API Overview > @adpt/core > SetState
SetState type
Signature:
export declare type SetState<S> = (s: S | HookStateUpdater<S>) => void;
Core API Overview > @adpt/core > SetState
Signature:
export declare type SetState<S> = (s: S | HookStateUpdater<S>) => void;