Backstage
    Preparing search index...

    Variable SelectItemProfileDefinitionConst

    SelectItemProfileDefinition: {
        classNames: {
            avatar: "bui-SelectItemAvatar";
            content: "bui-SelectItemContent";
            name: "bui-SelectItemTitle";
            root: "bui-SelectItemProfile";
        };
        propDefs: { className: {}; name: {}; src: {} };
        styles: { readonly [key: string]: string };
    } = ...

    Type Declaration

    • ReadonlyclassNames: {
          avatar: "bui-SelectItemAvatar";
          content: "bui-SelectItemContent";
          name: "bui-SelectItemTitle";
          root: "bui-SelectItemProfile";
      }
    • ReadonlypropDefs: { className: {}; name: {}; src: {} }
    • styles: { readonly [key: string]: string }