import { TextControl } from '@wordpress/components'; import { Action, Description } from '../Elements'; const ControlTextInput = ( { value, description, onChange, placeholder = '', } ) => ( { description } ); export default ControlTextInput;