Backstage
    Preparing search index...

    Variable GridDefinitionConst

    GridDefinition: {
        bg: "provider";
        classNames: { root: "bui-Grid" };
        propDefs: {
            bg: { dataAttribute: true };
            children: {};
            className: {};
            style: {};
        };
        styles: { readonly [key: string]: string };
        utilityProps: readonly [
            "columns",
            "gap",
            "m",
            "mb",
            "ml",
            "mr",
            "mt",
            "mx",
            "my",
            "p",
            "pb",
            "pl",
            "pr",
            "pt",
            "px",
            "py",
        ];
    } = ...

    Component definition for Grid

    Type Declaration

    • Readonlybg: "provider"
    • ReadonlyclassNames: { root: "bui-Grid" }
    • ReadonlypropDefs: { bg: { dataAttribute: true }; children: {}; className: {}; style: {} }
    • styles: { readonly [key: string]: string }
    • ReadonlyutilityProps: readonly [
          "columns",
          "gap",
          "m",
          "mb",
          "ml",
          "mr",
          "mt",
          "mx",
          "my",
          "p",
          "pb",
          "pl",
          "pr",
          "pt",
          "px",
          "py",
      ]