Variable DialogHeaderDefinitionConst
DialogHeaderDefinition: {
classNames: { root: "bui-DialogHeader"; title: "bui-DialogHeaderTitle" };
propDefs: { children: {}; className: {} };
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: { root: "bui-DialogHeader"; title: "bui-DialogHeaderTitle" }
ReadonlypropDefs: { children: {}; className: {} }
styles: { readonly [key: string]: string }
Component definition for DialogHeader