UNPKG

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