should you implement proptypes in javascript code example
Example: react propthpes or
size: PropTypes.oneOfType([
PropTypes.string,
PropTypes.number
]),
size: PropTypes.oneOfType([
PropTypes.string,
PropTypes.number
]),