Skip to content

Commit 1624b9e

Browse files
authored
refactor(combobox): remove unused interface (#8552)
**Related Issue:** N/A ## Summary ✨🧹✨
1 parent cfafd15 commit 1624b9e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
export interface listItem {
2-
label: string;
3-
value: string;
4-
}
5-
61
export type ComboboxChildElement = HTMLCalciteComboboxItemElement | HTMLCalciteComboboxItemGroupElement;
72
export type SelectionDisplay = "all" | "fit" | "single";

0 commit comments

Comments
 (0)