UNPKG

react-forminate

Version:

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

3 lines (2 loc) 208 B
import { FieldTypeType } from '../types'; export declare const initFieldSetup: (fieldType: FieldTypeType, props: Record<string, any>, isTouched?: boolean, hasError?: boolean) => Partial<Record<string, any>>;