UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 304 B
import type { MdHeading } from '../../core/types'; export type TableOfContentProps = { headings?: Array<MdHeading | null> | null | undefined; contentWrapper: HTMLDivElement | null; className?: string; }; export declare function TableOfContent(props: TableOfContentProps): JSX.Element | null;