UNPKG

@draft-js-plugins/editor

Version:
5 lines (4 loc) 298 B
import { DraftEditorCommand, DraftHandleValue, EditorState } from 'draft-js'; export declare function handleKeyCommand(command: DraftEditorCommand | string, editorState: EditorState, eventTimeStamp: unknown, { setEditorState }: { setEditorState(state: EditorState): void; }): DraftHandleValue;