godoos/frontend/public/vditor/dist/ts/util/processCode.d.ts
2024-07-25 16:41:01 +08:00

3 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;