feat: add vditor locally
This commit is contained in:
4
public/vditor/ts/wysiwyg/highlightToolbarWYSIWYG.d.ts
vendored
Normal file
4
public/vditor/ts/wysiwyg/highlightToolbarWYSIWYG.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare const highlightToolbarWYSIWYG: (vditor: IVditor) => void;
|
||||
export declare const genLinkRefPopover: (vditor: IVditor, linkRefElement: HTMLElement, range?: Range) => void;
|
||||
export declare const genAPopover: (vditor: IVditor, aElement: HTMLElement, range: Range) => void;
|
||||
export declare const genImagePopover: (event: Event, vditor: IVditor) => void;
|
||||
Reference in New Issue
Block a user