UNPKG

atitor

Version:

♏ 一款现代化 Markdown 编辑器

4 lines (3 loc) 230 B
/// <reference types="./types" /> export declare const processPasteCode: (html: string, text: string, type?: string) => string | false; export declare const processCodeRender: (previewPanel: HTMLElement, vditor: IVditor) => void;