diff --git a/packages/react-form/src/nextjs/index.ts b/packages/react-form/src/nextjs/index.ts index 8f542b135..c839700b1 100644 --- a/packages/react-form/src/nextjs/index.ts +++ b/packages/react-form/src/nextjs/index.ts @@ -2,3 +2,4 @@ export * from '@tanstack/form-core' export * from './createServerValidate' export * from './error' +export * from './types' diff --git a/packages/react-form/src/start/index.ts b/packages/react-form/src/start/index.ts index e54633803..5e4fc8686 100644 --- a/packages/react-form/src/start/index.ts +++ b/packages/react-form/src/start/index.ts @@ -1,3 +1,4 @@ export * from './createServerValidate' export * from './getFormData' export * from './error' +export * from './types'