I was looking for something like: ``` propTypes: { children: React.PropTypes.instanceOf(OtherComponent) } ``` However this doesn't work of course and couldn't find another way of doing this. Would be nice if this was supported.