UNPKG

wangeditor

Version:

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

12 lines (11 loc) 253 B
/** * @description 绑定链接元素的事件,入口 * @author lkw */ import Editor from '../../../editor/index'; /** * 绑定事件 * @param editor 编辑器实例 */ declare function bindEvent(editor: Editor): void; export default bindEvent;