feat(WEB-249): first iteration design system primitives (typography, grid)
This commit is contained in:
7
components/TempDesignSystem/Grid/Item/item.ts
Normal file
7
components/TempDesignSystem/Grid/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