MCPcopy
hub / github.com/Tencent/omi / NavbarItem

Interface NavbarItem

packages/omi-templates/src/store.ts:18–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16})
17
18interface NavbarItem {
19 path?: string
20 value?: string
21 children?: NavbarItem[]
22 type?: string
23 text?: string
24 href?: string
25 target?: string
26 img?: string
27 inner?: string
28 tag?: string
29 icon?: string
30 isOpen?: boolean
31}
32
33export const navbarItems = signal<NavbarItem[]>([
34 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected