Repository URL to install this package:
|
Version:
1.2.9 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function getComponentName(target) {
return target.displayName || target.name || 'Component';
}
exports.default = getComponentName;
//# sourceMappingURL=getComponentName.js.map