UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

5 lines (4 loc) 247 B
import React, { ComponentType } from 'react'; declare function getComponentDisplayName(target: ComponentType<any>): string; declare function getComponentDisplayName(target: React.ReactElement<any>): string; export { getComponentDisplayName };