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

4 lines
204 B
TypeScript

import type { Markdown } from 'vuepress/markdown';
import type { PreWrapperOptions } from '../types.js';
export declare const preWrapperPlugin: (md: Markdown, { preWrapper }?: PreWrapperOptions) => void;