feat: add vditor locally
This commit is contained in:
2
public/vditor/ts/util/processCode.d.ts
vendored
Normal file
2
public/vditor/ts/util/processCode.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare const processPasteCode: (html: string, text: string, type?: string) => string | false;
|
||||
export declare const processCodeRender: (previewPanel: HTMLElement, vditor: IVditor) => void;
|
||||
Reference in New Issue
Block a user