I want to set Set PropTypes of many props with same type
Button.propTypes = {
flexStart: PropTypes.bool,
flexEnd: PropTypes.bool,
center: PropTypes.bool,
spaceAround: PropTypes.bool,
spaceBetween: PropTypes.bool
}
But i need to simplify it, because all props has same type
Aucun commentaire:
Enregistrer un commentaire