type Type
Type definition for a UIStyle class (or extended sub class).
static
type Type<TDefinition> = { new (): UIStyle<TDefinition>; extend: typeof UIStyle.extend; override: typeof UIStyle.override; }
Related
- class UIStyleA class that defines a set of styles that can be applied to UI components.