Files
blog-vue/public/vditor/dist/ts/wysiwyg/highlightToolbarWYSIWYG.d.ts
2025-11-12 15:37:28 +08:00

5 lines
361 B
TypeScript

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;