optionalMessage: PropTypes.instanceOf(Message),. // 你可以声明prop 是特定的值,类似于枚举. optionalEnum: PropTypes.oneOf([ 'News' , 'Photos' ]) ...
確定! 回上一頁