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