index.d.ts 310 B

12345
  1. /// <reference types="./types" />
  2. export declare const download: (vditor: IVditor, content: string, filename: string) => void;
  3. export declare const exportMarkdown: (vditor: IVditor) => void;
  4. export declare const exportPDF: (vditor: IVditor) => void;
  5. export declare const exportHTML: (vditor: IVditor) => void;