MCPcopy Index your code
hub / github.com/SplootCode/splootcode / MainMenuItem

Interface MainMenuItem

packages/components/src/menu_bar.tsx:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Link } from 'react-router-dom'
6
7export interface MainMenuItem {
8 name: string
9 disabled?: boolean
10 onClick: () => void
11}
12
13export interface MenuBarProps {
14 children?: React.ReactNode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected