fix: removing unused types

This commit is contained in:
Csongor Czezar
2025-12-31 16:32:23 -08:00
parent dbf4a4c64c
commit c8f52cbcb4
2 changed files with 0 additions and 24 deletions

View File

@@ -42,6 +42,3 @@ export const toggleGroupItemVariants = cva({
})
export type ToggleGroupVariants = VariantProps<typeof toggleGroupVariants>
export type ToggleGroupItemVariants = VariantProps<
typeof toggleGroupItemVariants
>