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 (3 loc) 173 B
import { ComponentType } from '../component-types'; declare const assignSpecialType: (componentType: ComponentType) => string | undefined; export default assignSpecialType;