type StyleSelectorList
Type definition for a list of style definitions.
static
type StyleSelectorList<TDefinition> = Readonly<TDefinition & StyleStateOptions>[]
Related
- class UIStyleA class that defines a set of styles that can be applied to UI components.