UNPKG

react-forminate

Version:

React.js + Typescript package that creates dynamic UI forms based on the JSON schema

3 lines (2 loc) 174 B
import { FormFieldType } from '../types'; export declare const setDefaultsRecursively: (fields: FormFieldType[], initialValues?: Record<string, any>) => Record<string, any>;