feat: add vditor locally
This commit is contained in:
5
public/vditor/ts/wysiwyg/afterRenderEvent.d.ts
vendored
Normal file
5
public/vditor/ts/wysiwyg/afterRenderEvent.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare const afterRenderEvent: (vditor: IVditor, options?: {
|
||||
enableAddUndoStack: boolean;
|
||||
enableHint: boolean;
|
||||
enableInput: boolean;
|
||||
}) => void;
|
||||
Reference in New Issue
Block a user