MCPcopy
hub / github.com/pickle-com/glass / SubmenuItem

Interface SubmenuItem

pickleglass_web/components/Sidebar.tsx:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45interface SubmenuItem {
46 name: string;
47 href: string;
48 icon: LucideIcon | string;
49 isLucide: boolean;
50 ariaLabel?: string;
51}
52
53interface SidebarProps {
54 isCollapsed: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected