feat: remove getFormProps to support React Native

This commit is contained in:
Corbin Crutchley
2023-09-03 01:00:45 -07:00
committed by Corbin Crutchley
parent 0d7e545c1d
commit 2a31bd8219
7 changed files with 38 additions and 64 deletions

View File

@@ -22,7 +22,6 @@ export type {
export { FormApi, FieldApi, functionalUpdate } from '@tanstack/form-core'
export type { FormProps } from './useForm'
export { useForm } from './useForm'
export type { UseField, FieldComponent } from './useField'