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) 128 B
import { ComponentType } from '../component-types'; export default function(componentType: ComponentType): string | undefined;