Type Alias: ContextSubcriptions<T>
ContextSubcriptions<
T> ={ [Index in keyof T]: Subscribable<T[Index]> }
Defined in: src/sdk/components/FSComponent.ts:49
Mapped length undefined tuple to a tuple of context subscriptions.
Type Parameters
| Type Parameter |
|---|
T extends unknown[] |