Home
last modified time | relevance | path

Searched refs:activeId (Results 1 – 2 of 2) sorted by relevance

/expo/docs/ui/components/TableOfContents/
H A DTableOfContents.tsx15 const { headings, activeId } = useHeadingsObserver();
16 const autoScroll = useAutoScrollTo(activeId ? `[data-toc-id="${activeId}"]` : '');
27 <TableOfContentsLink {...heading} isActive={heading.id === activeId} />
H A DuseHeadingObserver.ts17 const [activeId, setActiveId] = useState<string>(); constant
47 return { headings, activeId };