feat(WEB-249): first iteration design system primitives (typography, grid)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import { headingVariants } from "@/components/MyProfile/Card/Title/variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
type HeadingLevel = "h1" | "h2" | "h3" | "h4" | "h5" | "h6"
|
||||
|
||||
export interface HeadingProps extends React.HTMLAttributes<HTMLHeadingElement>, VariantProps<typeof headingVariants> {
|
||||
as?: HeadingLevel
|
||||
level?: HeadingLevel
|
||||
uppercase?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user