hoist.d.ts 98 B

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