UNPKG

@draft-js-plugins/focus

Version:
4 lines (3 loc) 224 B
import { EditorState, ContentBlock } from 'draft-js'; declare const _default: (getEditorState: () => EditorState, setEditorState: (state: EditorState) => void, newActiveBlock: ContentBlock) => void; export default _default;