fix: array-field mode and utilities

This commit is contained in:
Tanner Linsley
2023-05-03 15:16:56 -07:00
parent ab651b4c2b
commit 62a82fe48f
12 changed files with 265 additions and 124 deletions

View File

@@ -25,11 +25,8 @@ export { FormApi, FieldApi, functionalUpdate } from '@tanstack/form-core'
export type { FormComponent, FormProps } from './useForm'
export { useForm } from './useForm'
export type { FieldComponent } from './Field'
export { Field } from './Field'
export type { UseField } from './useField'
export { useField } from './useField'
export type { UseField, FieldComponent } from './useField'
export { useField, Field } from './useField'
export type { FormFactory } from './createFormFactory'
export { createFormFactory } from './createFormFactory'