|
@ -73,7 +73,7 @@ Returns true if `instance` is a composite component (created with `React.createC |
|
|
boolean isCompositeComponentWithType(ReactComponent instance, function componentClass) |
|
|
boolean isCompositeComponentWithType(ReactComponent instance, function componentClass) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
The combination of `isComponentOfType()` and `isCompositeComponent()`. |
|
|
Returns true if `instance` is a composite component (created with `React.createClass()`) whose type is of a React `componentClass`. |
|
|
|
|
|
|
|
|
### isTextComponent |
|
|
### isTextComponent |
|
|
|
|
|
|
|
|