UNPKG

@timmons-group/config-form

Version:

React Components and helpers to build a form via configuration with react-hook-form and MUI

3 lines (2 loc) 215 B
export { useFormLayout, parseFormLayout, parseSection, parseField, getFieldValue, processFieldValue } from './useFormLayout'; export { processDynamicFormLayout, useConfigForm, fetchChoices } from './useConfigForm';