4 lines
415 B
TypeScript
4 lines
415 B
TypeScript
import type { Markdown } from 'vuepress/markdown';
|
|
import type { HighlightOptions } from '../types.js';
|
|
export declare const highlightPlugin: (md: Markdown, { highlightLines, notationDiff: enabledDiff, notationErrorLevel: enabledErrorLevel, notationFocus: enabledFocus, notationHighlight: enabledHighlight, notationWordHighlight: enabledWordHighlight, whitespace: whitespacePosition, }?: HighlightOptions) => void;
|