function Editor() { function handleChange(event: React.ChangeEvent) { console.log(event.target.value); } return ( ); } export default Editor;