UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 268 B
import type { Location } from 'react-router-dom'; export type UseActiveSectionIdReturnType = string; export declare function useActiveSectionId(location: Location, hasOverviewPage?: boolean, withNavbar?: boolean, sectionOffset?: number): UseActiveSectionIdReturnType;