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) 224 B
import type { FC } from 'react'; import type { WidgetPluginProps } from '@ui-schema/react/WidgetEngine'; /** * @deprecated use new validatorPlugin instead */ export declare const ConditionalHandler: FC<WidgetPluginProps>;