import React, {PropTypes} from 'react'; import styles from './TextArea.css'; const TextArea = ({className, value = '', ...props}) => (