UNPKG

@jengaui/utils

Version:

Jenga UI Utils component in React

6 lines (3 loc) 160 B
import { ElementType } from 'react'; declare function getDisplayName<T>(Component: ElementType<T>, fallbackName?: string): string; export { getDisplayName };