FixedComponents
Signature
export type FixedComponents<T = Button> = T extends Button ? ButtonLink | ButtonID : T;Members
This export does not declare public properties or methods in the generated declaration file.
export type FixedComponents<T = Button> = T extends Button ? ButtonLink | ButtonID : T;This export does not declare public properties or methods in the generated declaration file.