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