TanStack

ReactFormComponentMap

Interface: ReactFormComponentMap<TFormComponents, TFieldComponents>

Defined in: packages/react-form/src/AppForm/componentMap.public.ts:3

Type Parameters

TFormComponents

TFormComponents extends Record<string, FunctionComponent<any>>

TFieldComponents

TFieldComponents extends Record<string, FunctionComponent<any>>

Properties

fieldComponents

ts
fieldComponents: TFieldComponents;

Defined in: packages/react-form/src/AppForm/componentMap.public.ts:8


formComponents

ts
formComponents: TFormComponents;

Defined in: packages/react-form/src/AppForm/componentMap.public.ts:7