Variable ComboboxItemDefinitionConst
ComboboxItemDefinition: {
classNames: {
content: "bui-ComboboxItemContent";
indicator: "bui-ComboboxItemIndicator";
root: "bui-ComboboxItem";
};
propDefs: {
children: {};
className: {};
showSelectionIndicator: {};
textValue: {};
};
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: {
content: "bui-ComboboxItemContent";
indicator: "bui-ComboboxItemIndicator";
root: "bui-ComboboxItem";
}
ReadonlypropDefs: { children: {}; className: {}; showSelectionIndicator: {}; textValue: {} }
styles: { readonly [key: string]: string }