I\'m looking for a PropType that means
PropType
\"this is required, and it will either be a number or be null\"
In other words,
You simply could use:
PropTypes.number
and in defaultProps:
yourPropName: null