MCPcopy Create free account
hub / github.com/code100x/chess / SideNavProps

Interface SideNavProps

apps/frontend/src/components/side-nav.tsx:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25interface SideNavProps {
26 items: NavItem[];
27 setOpen?: (open: boolean) => void;
28 className?: string;
29}
30
31export function SideNav({ items, setOpen, className }: SideNavProps) {
32 const user = useUser();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected