UNPKG

react-forminate

Version:

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

4 lines (3 loc) 129 B
import { DynamicFormType } from '../../types'; declare const DynamicForm: React.FC<DynamicFormType>; export default DynamicForm;