2025-09-05 14:59:21 +08:00

5 lines
225 B
TypeScript

import type { Root } from 'hast';
import type { RehypeHighlightOption } from '@nuxtjs/mdc';
export default rehypeHighlight;
export declare function rehypeHighlight(opts: RehypeHighlightOption): (tree: Root) => Promise<void>;