UNPKG

draft-js-modifiers

Version:
7 lines (5 loc) 207 B
import { RichUtils } from 'draft-js'; var toggleBlockType = function toggleBlockType(editorState, blockType) { return RichUtils.toggleBlockType(editorState, blockType); }; export default toggleBlockType;