chore: add consistent type imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { itemVariants } from "./variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
import type { itemVariants } from "./variants"
|
||||
|
||||
export interface ItemProps
|
||||
extends React.HTMLAttributes<HTMLElement>,
|
||||
VariantProps<typeof itemVariants> {}
|
||||
|
||||
Reference in New Issue
Block a user