import React from "react"; import {Editor} from "react-draft-wysiwyg"; import {Stack, Text,} from "@chakra-ui/react"; import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css"; export default function TextBoxBlog(props: any) { const {handleOnChange, editorState} = props; return ( Content
); }