table-event.d.ts 259 B

1234567
  1. /**
  2. * @description 保证table后面始终有dom
  3. * @author yanbiao(86driver)
  4. */
  5. import Editor from '../../../editor/index';
  6. export declare function bindClickEvent(editor: Editor): void;
  7. export declare function bindEventKeyboardEvent(editor: Editor): void;