UNPKG

draft-js-modifiers

Version:
13 lines (9 loc) 298 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _draftJs = require('draft-js'); var toggleBlockType = function toggleBlockType(editorState, blockType) { return _draftJs.RichUtils.toggleBlockType(editorState, blockType); }; exports.default = toggleBlockType;