tooltip-event.d.ts 228 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
/**
 * @description tooltip 事件
 * @author lkw
 */
import Editor from '../../../editor/index';
/**
 * 绑定 tooltip 事件
 * @param editor 编辑器实例
 */
export default function bindTooltipEvent(editor: Editor): void;