Skip to content

Commit 2175d8f

Browse files
committed
Remove unused ComboboxTriggerVariant type
1 parent 3600bc5 commit 2175d8f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apps/code/src/renderer/components/ui/combobox/Combobox.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ import "./Combobox.css";
1717
import { useComboboxFilter } from "./useComboboxFilter";
1818

1919
type ComboboxSize = "1" | "2" | "3";
20-
type ComboboxTriggerVariant =
21-
| "classic"
22-
| "surface"
23-
| "soft"
24-
| "ghost"
25-
| "outline";
2620
type ComboboxContentVariant = "solid" | "soft";
2721

2822
interface ComboboxContextValue {

0 commit comments

Comments
 (0)