UNPKG

react-styleable

Version:
11 lines (9 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = getDisplayName; function getDisplayName(Component) { return Component.displayName || Component.name || 'Component'; } //# sourceMappingURL=get-display-name.js.map