UNPKG

@data-ui/histogram

Version:

React + d3 library for creating histograms

12 lines (9 loc) 254 B
"use strict"; exports.__esModule = true; exports.default = componentName; function componentName(component) { if (component && component.type) { return component.type.displayName || component.type.name || 'Component'; } return 'Component'; }