Mrdoc/static/vditor/dist/ts/util/processCode.d.ts
2020-09-26 21:51:40 +08:00

4 lines
230 B
TypeScript

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