Backstage
    Preparing search index...

    Variable SelectItemDefinitionConst

    SelectItemDefinition: {
        classNames: {
            content: "bui-SelectItemContent";
            indicator: "bui-SelectItemIndicator";
            root: "bui-SelectItem";
        };
        propDefs: { children: {}; className: {}; showSelectionIndicator: {} };
        styles: { readonly [key: string]: string };
    } = ...

    Type Declaration

    • ReadonlyclassNames: {
          content: "bui-SelectItemContent";
          indicator: "bui-SelectItemIndicator";
          root: "bui-SelectItem";
      }
    • ReadonlypropDefs: { children: {}; className: {}; showSelectionIndicator: {} }
    • styles: { readonly [key: string]: string }