Skip to content

FixedComponents

1
type FixedComponents<T>: T extends Button ? ButtonLink | ButtonID : T;

Type parameters

Type parameterValue
TButton

Source

seyfert/src/builders/types.ts:23