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

Interface MenuItem

common/components/header.tsx:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27import { NavLink } from "./nav-link"
28
29interface MenuItem {
30 label: string
31 value?: string
32 trackLabel?: TrackLabel
33 icon?: string
34 children?: MenuItem[]
35}
36
37const menus: MenuItem[] = [
38 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected