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