We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf97a2a commit 269e889Copy full SHA for 269e889
src/components/Text/index.tsx
@@ -4,7 +4,7 @@ import clsx from 'clsx'
4
5
interface IText {
6
as?: 'p' | 'h1' | 'h2' | 'h3'
7
- children: string | React.ReactElement | Element
+ children: string | React.ReactElement
8
className?: string
9
}
10
0 commit comments