MCPcopy
hub / github.com/TanStack/form / CreateFormHookProps

Interface CreateFormHookProps

packages/solid-form/src/createFormHook.tsx:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136interface CreateFormHookProps<
137 TFieldComponents extends Record<string, Component<any>>,
138 TFormComponents extends Record<string, Component<any>>,
139> {
140 fieldComponents: TFieldComponents
141 fieldContext: Context<Accessor<AnyFieldApi>>
142 formComponents: TFormComponents
143 formContext: Context<AnyFormApi>
144}
145
146type AppFieldExtendedSolidFormApi<
147 TFormData,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected