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.

4 lines (3 loc) 184 B
import type { ReactNode } from 'react'; import type { NoWidgetProps } from '@ui-schema/react/Widget'; export declare const NoWidget: ({ scope, widgetId }: NoWidgetProps) => ReactNode;