import React from 'react'; const PropertyText = (props) => { return ( props.onValueChange(e.target.value)} /> ); } export default PropertyText;