UNPKG

react-pur

Version:

React UI component library (using styled-components)

11 lines (9 loc) 183 B
import mount from '../mount'; import Input from './Input'; export default { name: 'TextArea', type: 'textarea', style: (props) => ({ ...mount(Input).style(props), }), };