Type Alias: PartValue<T>
type PartValue<T> = T | ((state) => T);
Defined in: parts.tsx:32
A value, or a function of the part's state (docs/12 §5.1 PartValue).
Type Parameters
| Type Parameter |
|---|
T |
type PartValue<T> = T | ((state) => T);
Defined in: parts.tsx:32
A value, or a function of the part's state (docs/12 §5.1 PartValue).
| Type Parameter |
|---|
T |