Type Alias: SetStateAction\<T\>
@roomful/solid / SetStateAction
Type Alias: SetStateAction<T>
Section titled “Type Alias: SetStateAction<T>”SetStateAction<
T> =T| (previous) =>T
Defined in: solid/src/index.ts:75
Mirrors React-style updater semantics for the Solid shared-state setter.
Type Parameters
Section titled “Type Parameters”T
The shared state value type.