UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

5 lines (4 loc) 219 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const getComponentName = (Component) => Component.displayName || Component.name || ""; exports.getComponentName = getComponentName;