Skip to main content

FlexListToUnion TypeAlias

Normalize FlexList type to a union.

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

For more information about our API support guarantees, see here.

Signature​

export type FlexListToUnion<TList extends FlexList> = ExtractItemType<TList[number]>;

Type Parameters​

ParameterConstraintDescription
TListFlexList