MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / NavGroup

Interface NavGroup

src/components/Navigation.tsx:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { remToPx } from '@/lib/remToPx'
13
14interface NavGroup {
15 title: string
16 links: Array<{
17 title: string
18 href: string
19 tag?: string
20 }>
21}
22
23function useInitialValue<T>(value: T, condition = true) {
24 let initialValue = useRef(value).current

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected