Docs (4.0.0)
class UIStyle type

type TypeOrOverrides

A value that produces a valid style type or object.

static

type TypeOrOverrides<TDefinition> = {
    new (): UIStyle<TDefinition>;
} | StyleOverrides<TDefinition> | TDefinition

Related

  • class UIStyleA class that defines a set of styles that can be applied to UI components.