UNPKG

@redocly/theme

Version:

Shared UI components lib

3 lines (2 loc) 215 B
export type UseActiveHeadingReturnType = string | undefined; export declare function useActiveHeading(contentElement: HTMLDivElement | null, displayedHeaders: Array<string | undefined>): UseActiveHeadingReturnType;