UNPKG

@data-driven-forms/react-form-renderer

Version:

React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms.

4 lines (2 loc) 112 B
import { DataType } from "../data-types"; export default function(initialValue: any, dataType: DataType): any;