import { EditorState, ContentState } from 'draft-js'; import htmlToDraft from 'html-to-draftjs'; const blocksFromHtml = htmlToDraft(this.props.content); ...
確定! 回上一頁