@mintlify/common
Version:
Commonly shared code within Mintlify
6 lines (5 loc) • 328 B
TypeScript
import type { PageMetaTags } from '@mintlify/models';
import type { Root } from 'mdast';
import type { MdxExtracts } from '../../../types/index.js';
export declare const HEADING_NAMES: string[];
export declare const remarkExtractTableOfContents: (mdxExtracts?: MdxExtracts, pageMetadata?: PageMetaTags) => (tree: Root) => void;