diff --git a/examples/plain-text/index.js b/examples/plain-text/index.js index 75ae74608..b4f517838 100644 --- a/examples/plain-text/index.js +++ b/examples/plain-text/index.js @@ -1,23 +1,66 @@ -import Editor from '../..' +import Editor, { Character, Document, Element, State, Text } from '../..' import React from 'react' import ReactDOM from 'react-dom' -import { Plaintext } from '../..' /** - * State. + * The initial editor state. + * + * @type {String} */ const state = 'This is editable plain text, just like a