feat(WEB-250): overview hero final ui
This commit is contained in:
9
components/TempDesignSystem/Subtitle/subtitle.ts
Normal file
9
components/TempDesignSystem/Subtitle/subtitle.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { subtitleVariants } from "./variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface SubtitleProps
|
||||
extends Omit<React.HTMLAttributes<HTMLHeadingElement>, "color">,
|
||||
VariantProps<typeof subtitleVariants> {
|
||||
hideEmpty?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user