Variable AlertDefinitionConst
AlertDefinition: {
classNames: {
actions: "bui-AlertActions";
content: "bui-AlertContent";
contentWrapper: "bui-AlertContentWrapper";
description: "bui-AlertDescription";
icon: "bui-AlertIcon";
root: "bui-Alert";
spinner: "bui-AlertSpinner";
title: "bui-AlertTitle";
};
propDefs: {
className: {};
customActions: {};
description: {};
icon: {};
loading: { dataAttribute: true };
status: { dataAttribute: true; default: "info" };
style: {};
surface: {};
title: {};
};
styles: { readonly [key: string]: string };
surface: "container";
utilityProps: readonly ["m", "mb", "ml", "mr", "mt", "mx", "my"];
} = ...
Type Declaration
ReadonlyclassNames: {
actions: "bui-AlertActions";
content: "bui-AlertContent";
contentWrapper: "bui-AlertContentWrapper";
description: "bui-AlertDescription";
icon: "bui-AlertIcon";
root: "bui-Alert";
spinner: "bui-AlertSpinner";
title: "bui-AlertTitle";
}
ReadonlypropDefs: {
className: {};
customActions: {};
description: {};
icon: {};
loading: { dataAttribute: true };
status: { dataAttribute: true; default: "info" };
style: {};
surface: {};
title: {};
}
styles: { readonly [key: string]: string }
Readonlysurface: "container"
ReadonlyutilityProps: readonly ["m", "mb", "ml", "mr", "mt", "mx", "my"]
Component definition for Alert