UNPKG

@draft-js-plugins/editor

Version:
6 lines (5 loc) 181 B
/** * Create an editor state with some text in it already */ import { EditorState } from 'draft-js'; export default function createEditorStateWithText(text: string): EditorState;