UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 246 B
export declare function useActiveHeading(contentElement: HTMLDivElement | null, displayedHeadings?: Array<{ id: string; depth: number; } | null>): { heading: string | undefined; handleHeadingClick: (headingId: string) => void; };