Files
blog-vue/public/vditor/ts/util/processCode.d.ts
2025-11-12 14:39:23 +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;