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`
ownerDocument