UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 162 B
import { ComponentType } from 'react'; /** * Return name of react component. */ export declare function getDisplayName<T>(component: ComponentType<T>): string;