UNPKG

@draft-js-plugins/focus

Version:
5 lines (4 loc) 255 B
import { EditorState } from 'draft-js'; import { KeyboardEvent } from 'react'; declare const _default: (getEditorState: () => EditorState, setEditorState: (state: EditorState) => void, mode: string, event: KeyboardEvent) => void; export default _default;