UNPKG

@yandex/ui

Version:

Yandex UI components

11 lines (10 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDisplayName = void 0; /** * Возвращает название react-компонента. */ function getDisplayName(component) { return component.displayName || component.name || 'Component'; } exports.getDisplayName = getDisplayName;