{"version":3,"file":"getDisplayName.mjs","names":["getDisplayName","WrappedComponent","displayName","name"],"sources":["../../src/utils/getDisplayName.ts"],"sourcesContent":["import type { ComponentType } from 'react';\n\nexport default function getDisplayName(WrappedComponent: ComponentType) {\n  return WrappedComponent.displayName || WrappedComponent.name || 'Component';\n}\n"],"mappings":"AAEA,eAAe,SAASA,cAAcA,CAACC,gBAA+B,EAAE;EACtE,OAAOA,gBAAgB,CAACC,WAAW,IAAID,gBAAgB,CAACE,IAAI,IAAI,WAAW;AAC7E","ignoreList":[]}