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

Function useSectionStore

src/components/SectionProvider.tsx:150–153  ·  view source on GitHub ↗
(selector: (state: SectionState) => T)

Source from the content-addressed store, hash-verified

148}
149
150export function useSectionStore<T>(selector: (state: SectionState) => T) {
151 let store = useContext(SectionStoreContext)
152 return useStore(store!, selector)
153}

Callers 3

VisibleSectionHighlightFunction · 0.90
NavigationGroupFunction · 0.90
HeadingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected