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.

7 lines (6 loc) 227 B
import * as React from 'react'; import type { WidgetPluginProps } from '@ui-schema/react/WidgetEngine'; /** * @deprecated use new validatorPlugin instead */ export declare const DependentHandler: React.FC<WidgetPluginProps>;