import type { UnknownType } from '../../types/types'; export const getDisplayName =

(Component: React.ComponentType

) => Component.displayName || Component.name || 'Component';