We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfafd15 commit 1624b9eCopy full SHA for 1624b9e
packages/calcite-components/src/components/combobox/interfaces.ts
@@ -1,7 +1,2 @@
1
-export interface listItem {
2
- label: string;
3
- value: string;
4
-}
5
-
6
export type ComboboxChildElement = HTMLCalciteComboboxItemElement | HTMLCalciteComboboxItemGroupElement;
7
export type SelectionDisplay = "all" | "fit" | "single";
0 commit comments