function Test () {
return(<>
<Text as="p">Hello</Text>
<Text as="a" href="https://www.google.com">Google</Text>
</>)
}
https://kittygiraudel.com/2026/06/19/typed-polymorphic-react-component
@codehalics | کدهالیک

function Test () {
return(<>
<Text as="p">Hello</Text>
<Text as="a" href="https://www.google.com">Google</Text>
</>)
}
7
2