UNPKG

react-simple-form-builder

Version:
7 lines (6 loc) 154 B
import React from 'react'; export default props => { const newProps = { ...props }; newProps.type = 'text'; return <input {...newProps} />; }