UNPKG

284 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = getDisplayName;
7
8// eslint-disable-next-line @typescript-eslint/no-explicit-any
9function getDisplayName(Component) {
10 return Component.displayName || Component.name || 'Component';
11}
\No newline at end of file