UNPKG

@ftrack/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

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; }