ljharb / prop-types-tools

Custom React PropType validators
MIT License
671 stars 50 forks source link

pass-through prop-type validators #43

Open lifeiscontent opened 6 years ago

lifeiscontent commented 6 years ago

since the prop-types package is a dependency, I'd love to see this package with all the original prop-type validators as well.

that way I can import PropTypes from 'airbnb-prop-types' and get all the things.

or is there a way to achieve this already? I'm just not aware of it?

ljharb commented 6 years ago

i suppose we could do that; but so far I’ve intentionally kept the APIs separate; it’s less maintenance work for everybody that way.