propMyClass: PropTypes.instanceOf(MyClass) If your prop is limited to a specific list of values like an enum. propEnum: PropTypes.oneOf(['First, 'Second' ...
確定! 回上一頁