Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 321 Bytes

dom_is_react_component.md

File metadata and controls

16 lines (11 loc) · 321 Bytes

dom/domIsReactComponent

Tests whether an object is any type of React component.

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.