UNPKG

253 BTypeScriptView Raw
1/**
2 * @description 绑定链接元素的事件,入口
3 * @author lkw
4 */
5import Editor from '../../../editor/index';
6/**
7 * 绑定事件
8 * @param editor 编辑器实例
9 */
10declare function bindEvent(editor: Editor): void;
11export default bindEvent;