tooltip-event.d.ts 234 B

12345678910
  1. /**
  2. * @description tooltip 事件
  3. * @author lichunlin
  4. */
  5. import Editor from '../../../editor/index';
  6. /**
  7. * 绑定 tooltip 事件
  8. * @param editor 编辑器实例
  9. */
  10. export default function bindTooltipEvent(editor: Editor): void;