Skip to content

Commit

Permalink
feat: export ReactFormApi
Browse files Browse the repository at this point in the history
  • Loading branch information
Balastrong committed Aug 5, 2024
1 parent f1ae348 commit 497fdac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-form/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from '@tanstack/form-core'

export type { ReactFormApi } from './useForm'
export { useForm } from './useForm'

export type { UseField, FieldComponent } from './useField'
Expand Down

0 comments on commit 497fdac

Please sign in to comment.