UNPKG

wangeditor

Version:

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

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