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) 138 B
import { DataTypeValidators } from '../validators'; export default function convertType(dataType: DataTypeValidators, value?: any): any;