UNPKG

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

Version:

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

7 lines (5 loc) 215 B
import { FormOptions } from '../renderer-context'; export default function useFormApi<FormValues = Record<string, any>, InitialFormValues = Partial<FormValues>>(): FormOptions< FormValues, InitialFormValues >;