diff --git a/packages/react-form/src/nextjs/index.ts b/packages/react-form/src/nextjs/index.ts index 8f542b13..c839700b 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 e5463380..5e4fc868 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'