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