Variable ComboboxItemProfileDefinitionConst
ComboboxItemProfileDefinition: {
classNames: {
avatar: "bui-ComboboxItemAvatar";
name: "bui-ComboboxItemTitle";
root: "bui-ComboboxItemProfile";
};
propDefs: { className: {}; name: {}; src: {}; textValue: {} };
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: {
avatar: "bui-ComboboxItemAvatar";
name: "bui-ComboboxItemTitle";
root: "bui-ComboboxItemProfile";
}
ReadonlypropDefs: { className: {}; name: {}; src: {}; textValue: {} }
styles: { readonly [key: string]: string }