dom/domIsReactComponent
=======================
Tests whether an object is any type of React component.

```js
function domIsReactComponent(component: object): bool
```

### Args

**component:object**  
The object to test.


### Returns
A boolean value indicating whether the given object is any type of React component.
