UNPKG

react-forminate

Version:

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

7 lines (6 loc) 211 B
import { FieldTypes } from '../types'; type ComponentLoader = () => Promise<{ default: React.ComponentType<any>; }>; export declare const FIELD_COMPONENT_MAP: Record<FieldTypes, ComponentLoader>; export {};