UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

12 lines (11 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDisplayName = getDisplayName; /** * Return name of react component. */ function getDisplayName(component) { return component.displayName || component.name || 'Component'; }