【propTypes】
React.PropTypes
is deprecated as of React v15.5. Please use the prop-types
library instead.
You can define default values for your props
by assigning to the special defaultProps
property:
参考:https://facebook.github.io/react/docs/typechecking-with-proptypes.html