mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-23 16:36:38 +08:00
6 lines
366 B
TypeScript
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;
|