Docs (4.0.0)
class UIStyle type

type StyleOverrides

An object that includes a base style reference and style overrides.

static

type StyleOverrides<TDefinition> = {
    [UIStyle.OVERRIDES_BASE]: {
        new (): UIStyle<TDefinition>;
    };
    overrides: Array<Readonly<TDefinition> | undefined>;
}

Notes

Related

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