UNPKG

@undermuz/react-json-form

Version:
15 lines (12 loc) 616 B
import { I as IJsonFormParams, a as IScheme, F as FieldTests, d as IJsonFormRef, D as DefType } from './types-4491bbaa.js'; import * as react from 'react'; import '@undermuz/use-form'; declare const JsonForm: react.ForwardRefExoticComponent<{ children?: react.ReactNode; } & IJsonFormParams & Partial<Pick<IScheme, "title">> & Pick<IScheme, "id" | "multiple" | "scheme"> & { tests?: FieldTests | undefined; viewType?: string | undefined; level?: number | undefined; fillArrayDefault?: boolean | undefined; } & react.RefAttributes<IJsonFormRef<DefType>>>; export { JsonForm as default };