UNPKG

@yandex/ui

Version:

Yandex UI components

7 lines (6 loc) 190 B
/** * Возвращает название react-компонента. */ export function getDisplayName(component) { return component.displayName || component.name || 'Component'; }