MCPcopy
hub / github.com/joschan21/digitalhippo / NavItemProps

Interface NavItemProps

src/components/NavItem.tsx:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10type Category = (typeof PRODUCT_CATEGORIES)[number]
11
12interface NavItemProps {
13 category: Category
14 handleOpen: () => void
15 close: () => void
16 isOpen: boolean
17 isAnyOpen: boolean
18}
19
20const NavItem = ({
21 isAnyOpen,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected