UNPKG

react-forminate

Version:

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

3 lines (2 loc) 120 B
import { FieldTypes } from '../types'; export declare const preloadFields: (fieldTypes: FieldTypes[]) => Promise<void>;