MCPcopy Create free account
hub / github.com/evolify/dumpfun / NavLinkProps

Interface NavLinkProps

common/components/nav-link.tsx:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import Icon from "./icon"
6
7interface NavLinkProps {
8 label: string
9 value: string
10 icon?: string
11 trackLabel: TrackLabel
12 className?: string
13}
14
15export function NavLink({
16 label,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected