UNPKG

241 BTypeScriptView Raw
1/**
2 * @description 绑定点击事件
3 * @author lichunlin
4 */
5import Editor from '../../../editor/index';
6/**
7 * 绑定事件
8 * @param editor 编辑器实例
9 */
10declare function bindEvent(editor: Editor): void;
11export default bindEvent;