UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

11 lines (8 loc) • 243 B
'use strict'; exports.__esModule = true; exports.default = getComponentName; /* eslint-disable no-undef */ function getComponentName(target) { return target.displayName || target.name || 'Component'; } module.exports = exports['default'];