UNPKG

wangeditor

Version:

wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费

12 lines (11 loc) 261 B
/** * @description tooltip 事件 * @author wangfupeng */ import Editor from '../../../editor/index'; /** * 绑定 tooltip 事件 * @param editor 编辑器实例 */ declare function bindTooltipEvent(editor: Editor): void; export default bindTooltipEvent;