Backstage
    Preparing search index...

    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",
        ];
    } = ...

    Component definition for Box

    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",
      ]