tooltip-event.d.ts 108 B

12
  1. import Editor from '../../../editor/index';
  2. export default function bindTooltipEvent(editor: Editor): void;