type TypeOrOverrides
A value that produces a valid style type or object.
static
type TypeOrOverrides<TDefinition> = {
new (): UIStyle<TDefinition>;
} | StyleOverrides<TDefinition> | TDefinitionRelated
- class UIStyleA class that defines a set of styles that can be applied to UI components.
