import { createElement, Component } from '@wordpress/element' const TextArea = ({ value, option, onChange }) => { let { placeholder, ...attr } = { ...(option.attr || {}), } return (