import React from 'react'; export default ({ id, label, type = "text", fail, touch, ...rest }) => ( );