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) 181 B
import { EngineConfig, SchemaEffect } from '../types'; import { RJSFSchema } from '@rjsf/utils'; export declare const schemaEngineConfig: EngineConfig<SchemaEffect[], RJSFSchema>;