keyboard-event.d.ts 108 B

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