import PropTypes from 'prop-types'; export default { search: { needle: PropTypes.string.isRequired, }, };