UNPKG

draft-js-modifiers

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