Values.ComponentVariantSourceDescribes the style configuration of a unique variation of a main component.
type nonrec t = {variantValues : ComponentVariantValues.t option;The combination of variants that comprise this variant. You can't specify tags as a valid property for variantValues.
*)overrides : ComponentOverrides.t option;The properties of the component variant that can be overriden when customizing an instance of the component. You can't specify tags as a valid property for overrides.
*)}