core / type
MaybeSourceSignal
A union type representing a source signal or a plain value.
A union type representing a source signal or a plain value.
Signature
export type MaybeSourceSignal<T> = T | SourceSignal<T>;
Type Parameters
- The type of value
See Also
- SourceSignal - For source signal type