2021-03-01 15:06:11 +08:00

3 lines
98 B
TypeScript

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