Type Alias: ContextTypes<T>
ContextTypes<
T
> ={ [Index in keyof T]: Context<T[Index]> }
Defined in: src/sdk/components/FSComponent.ts:44
Mapped length undefined tuple to a tuple of Contexts.
Type Parameters
Type Parameter |
---|
T extends unknown [] |