jam-cloud/jam-ui/node_modules/react-jss/lib/getDisplayName.js

9 lines
192 B
JavaScript

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports['default'] = function (Component) {
return Component.displayName || Component.name || 'Component';
};