import React from 'react' import type { ASTType } from '@toptal/picasso-rich-text-editor' import { Container } from '@toptal/picasso' import { SPACING_4 } from '@toptal/picasso-utils' import { FormNonCompound, RichTextEditor, SubmitButton, } from '@toptal/picasso-forms' const DEFAULT_EXAMPLE: ASTType = { type: 'root', children: [{ type: 'text', value: 'Example of default text' }], } const RichTextEditorExample = () => ( window.alert(JSON.stringify(data))}> Submit ) export default RichTextEditorExample