Files
react/src
Cheng Lou d14ce00dc3 add React.PropTypes.any
add the ability for React propTypes to accept an `any` type: `someProp: React.PropTypes.any`.
This is more useful when combined with `.isRequired`, to enforce that _something_ is passed:
`someProp: React.PropTypes.any.isRequired`
2014-01-10 21:11:11 -08:00
..
2014-01-10 21:11:11 -08:00
2014-01-10 21:10:01 -08:00
2014-01-10 21:04:39 -08:00
2014-01-06 18:35:54 -08:00
2014-01-06 18:35:54 -08:00
2013-05-29 12:54:02 -07:00
2013-10-08 16:49:11 -07:00