import { Editor, Plain } from '../..' import React from 'react' /** * The plain text example. * * @type {Component} */ class PlainText extends React.Component { /** * Deserialize the initial editor state. * * @type {Object} */ state = { state: Plain.deserialize('This is editable plain text, just like a