Tipos Prop
npm install --save prop-types
Rich Rhinoceros
npm install --save prop-types
size: PropTypes.oneOfType([
PropTypes.string,
PropTypes.number
]),