MCPcopy 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

3import Link from "next/link"
4
5interface CustomLinkProps extends React.LinkHTMLAttributes<HTMLAnchorElement> {
6 href: string
7}
8
9const CustomLink = ({
10 href,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected