getMarkdown.d.ts 97 B

12
  1. /// <reference types="./types" />
  2. export declare const getMarkdown: (vditor: IVditor) => string;