feat: add vditor locally
This commit is contained in:
2
public/vditor/ts/wysiwyg/processKeydown.d.ts
vendored
Normal file
2
public/vditor/ts/wysiwyg/processKeydown.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare const processKeydown: (vditor: IVditor, event: KeyboardEvent) => boolean;
|
||||
export declare const removeBlockElement: (vditor: IVditor, event: KeyboardEvent) => boolean;
|
||||
Reference in New Issue
Block a user