Variable BoxDefinitionConst
BoxDefinition: {
classNames: { root: "bui-Box" };
utilityProps: [
"m",
"mb",
"ml",
"mr",
"mt",
"mx",
"my",
"p",
"pb",
"pl",
"pr",
"pt",
"px",
"py",
"position",
"display",
"width",
"minWidth",
"maxWidth",
"height",
"minHeight",
"maxHeight",
];
} = ...
Type Declaration
ReadonlyclassNames: { root: "bui-Box" }
ReadonlyutilityProps: [
"m",
"mb",
"ml",
"mr",
"mt",
"mx",
"my",
"p",
"pb",
"pl",
"pr",
"pt",
"px",
"py",
"position",
"display",
"width",
"minWidth",
"maxWidth",
"height",
"minHeight",
"maxHeight",
]
Component definition for Box