feat: add textTransform prop to section headers
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import { HeadingProps } from "@/components/TempDesignSystem/Text/Title/title"
|
||||
|
||||
export type HeaderProps = {
|
||||
link?: {
|
||||
href: string
|
||||
text: string
|
||||
}
|
||||
subtitle: string | null
|
||||
textTransform?: HeadingProps["textTransform"]
|
||||
title: string | null
|
||||
topTitle?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user