Variable GridItemDefinitionConst
GridItemDefinition: {
classNames: { root: "bui-GridItem" };
dataAttributes: {
surface: readonly ["0", "1", "2", "3", "danger", "warning", "success"];
};
utilityProps: ["colSpan", "colEnd", "colStart", "rowSpan"];
} = ...
Type Declaration
ReadonlyclassNames: { root: "bui-GridItem" }
ReadonlydataAttributes: { surface: readonly ["0", "1", "2", "3", "danger", "warning", "success"] }
ReadonlyutilityProps: ["colSpan", "colEnd", "colStart", "rowSpan"]
Component definition for GridItem