5 lines
225 B
TypeScript
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>;
|