UNPKG

extended-dynamic-forms

Version:

Extended React JSON Schema Form (RJSF) v6 with custom components, widgets, templates, layouts, and form events

5 lines (3 loc) 190 B
import { Rule, SchemaEffect } from '../types'; export declare const useConditionalSchema: import('..').ConditionalEngineHook<SchemaEffect[]>; export type SchemaRule = Rule<SchemaEffect[]>;