mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-07 09:21:12 +08:00
4 lines
230 B
TypeScript
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;
|