UNPKG

@yandex/ui

Version:

Yandex UI components

6 lines (5 loc) 196 B
import { ComponentType } from 'react'; /** * Возвращает название react-компонента. */ export declare function getDisplayName<T>(component: ComponentType<T>): string;