preWrapper.d.ts 103 B

12
  1. import MarkdownIt from 'markdown-it';
  2. export declare const preWrapperPlugin: (md: MarkdownIt) => void;