Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nextauthjs/next-auth-example
/ CustomLinkProps
Interface
CustomLinkProps
components/custom-link.tsx:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import Link from
"next/link"
4
5
interface CustomLinkProps extends React.LinkHTMLAttributes<HTMLAnchorElement> {
6
href: string
7
}
8
9
const CustomLink = ({
10
href,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected