test/node_modules/@vuepress/plugin-prismjs/lib/node/markdown/highlightPlugin.d.ts
2024-08-13 09:27:52 +08:00

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;