ljharb / prop-types-tools

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

Add ref prop type #54

Closed ahuth closed 5 years ago

ahuth commented 5 years ago

This PR adds a prop type for refs. Both the older callback and the newer createRef styles are supported.

ahuth commented 5 years ago

@ljharb can you take a look at this again, please?