feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
7
components/TempDesignSystem/Grids/Dynamic/Item/item.ts
Normal file
7
components/TempDesignSystem/Grids/Dynamic/Item/item.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { itemVariants } from "./variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface ItemProps
|
||||
extends React.HTMLAttributes<HTMLElement>,
|
||||
VariantProps<typeof itemVariants> {}
|
||||
Reference in New Issue
Block a user