UNPKG

@draft-js-plugins/editor

Version:
4 lines (3 loc) 173 B
import { DraftEditorCommand } from 'draft-js'; import { KeyboardEvent } from 'react'; export declare function keyBindingFn(event: KeyboardEvent): DraftEditorCommand | null;