Variable DialogDefinitionConst
DialogDefinition: {
classNames: {
content: "bui-DialogContent";
dialog: "bui-Dialog";
root: "bui-DialogOverlay";
};
propDefs: { children: {}; className: {}; height: {}; style: {}; width: {} };
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: {
content: "bui-DialogContent";
dialog: "bui-Dialog";
root: "bui-DialogOverlay";
}
ReadonlypropDefs: { children: {}; className: {}; height: {}; style: {}; width: {} }
styles: { readonly [key: string]: string }
Component definition for Dialog