diff --git a/packages/query-core/src/index.ts b/packages/query-core/src/index.ts index 0d6dd2f264..684256b572 100644 --- a/packages/query-core/src/index.ts +++ b/packages/query-core/src/index.ts @@ -35,7 +35,8 @@ export { export * from './types' export type { QueryState } from './query' export { Query } from './query' -export type { Mutation, MutationState } from './mutation' +export type { MutationState } from './mutation' +export { Mutation } from './mutation' export type { DehydrateOptions, DehydratedState,