UNPKG

@ui-schema/react

Version:

Schema-driven UI generator for React using JSON Schema. Build powerful form and interface generators with headless components and hooks.

3 lines 131 B
export function getDisplayName(WrappedComponent) { return WrappedComponent.displayName || WrappedComponent.name || 'Anonymous'; }