Files
hustoj/web/include/vditor/dist/ts/util/processCode.d.ts
2026-04-10 16:55:59 +08:00

3 lines
196 B
TypeScript

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