import React from 'react'; import { Col } from 'reactstrap'; import PropTypes from 'prop-types'; import IntlInput from '../IntlInput'; // TODO: remove this component const SizedInput = ({ size, ...rest }) => { return (