vditor
Version:
♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生
5 lines (4 loc) • 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;