DateRangeSelect.propTypes = {
  startsAt: PropTypes.string,
  endsAt: PropTypes.string,
  disabled: PropTypes.bool,
  disableTime: PropTypes.bool,