UNPKG

styled-components

Version:

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

7 lines (5 loc) • 190 B
// @flow import type { ComponentType } from 'react' export default function getComponentName(target: ComponentType<*>): string { return target.displayName || target.name || 'Component' }