1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-23 08:26:40 +08:00
course-tencent-cloud/public/static/lib/vditor/dist/ts/wysiwyg/highlightToolbarWYSIWYG.d.ts
2022-05-23 14:56:24 +08:00

6 lines
366 B
TypeScript

/// <reference types="./types" />
export declare const highlightToolbarWYSIWYG: (vditor: IVditor) => void;
export declare const genLinkRefPopover: (vditor: IVditor, linkRefElement: HTMLElement) => void;
export declare const genAPopover: (vditor: IVditor, aElement: HTMLElement) => void;
export declare const genImagePopover: (event: Event, vditor: IVditor) => void;