PropTypes.oneOf Ensure that your prop is limited to specific values by treating it as an enum, like PropTypes.oneOf(['News', 'Photos']).
確定! 回上一頁