4 lines
204 B
TypeScript
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;
|