Kind: Function
Source: atloria-monorepo/packages/ui-react/src/hooks/useActiveSection.ts
Signature
tsfunction useActiveSection(headingIds: string[]): {
activeId: string | null;
setActiveId: (id: string | null) => void;
}
Parameters
| Name | Type |
|---|---|
headingIds | string[] |
Returns: { activeId: string | null; setActiveId: (id: string | null) => void; }
Was this page helpful?