| 10 | } as const |
| 11 | |
| 12 | interface TitleProps extends React.HTMLAttributes<HTMLHeadingElement> { |
| 13 | children: React.ReactNode |
| 14 | as: keyof typeof ValidTitleElements |
| 15 | className?: string |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * A reusable, styled heading component for consistent typography across the project. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…