♫
📌 canary ▾
next.js
/
test
/
e2e
/
legacy-link-behavior
/
app
/
passHref
/
_client.tsx
_client.tsx
6 lines
96 B
'use client'
export
default
function
CustomComponent
(props
:
any
)
{
return
<
a
{...
props
}
/>
}
v2.0.0
/
Go
SIGN IN