UNPKG

react-biz

Version:

React components for Business

9 lines (8 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isComponentOfType = isComponentOfType; function isComponentOfType(classType, reactElement) { return reactElement && reactElement.type === classType; }