MCPcopy Index your code
hub / github.com/SyntaxUI/syntaxui / useIsInsideMobileNavigation

Function useIsInsideMobileNavigation

src/components/MobileNavigation.tsx:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136export function useIsInsideMobileNavigation() {
137 return useContext(IsInsideMobileNavigationContext)
138}
139
140export const useMobileNavigationStore = create<{
141 isOpen: boolean

Callers 4

VisibleSectionHighlightFunction · 0.90
NavigationGroupFunction · 0.90
Header.tsxFile · 0.90
MobileNavigationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected