import PropTypes from 'prop-types'; export default PropTypes.shape({ disabled: PropTypes.bool, label: PropTypes.string, value: PropTypes.string, });