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 37cdd23 commit 08ae99dCopy full SHA for 08ae99d
src/app.tsx
@@ -1,4 +1,4 @@
1
-function Link(props: JSX.IntrinsicElements['a']) {
+function Link(props: React.ComponentProps<'a'>) {
2
return (
3
<a
4
className="text-yellow-500 underline hover:no-underline dark:text-yellow-400"
0 commit comments