Just use:
PropTypes.number
By default all prop types aren't required (i.e. allow null
or undefined
) unless you pop a .isRequired
on the end of them.
You can see the full docs for proptypes here:
- https://reactjs.org/docs/typechecking-with-proptypes.html