containers.d.ts 102 B

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