We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463cabc commit e0d5394Copy full SHA for e0d5394
packages/query-core/src/index.ts
@@ -17,13 +17,13 @@ export {
17
parseMutationFilterArgs,
18
parseMutationArgs,
19
} from './utils'
20
-export type { MutationFilters, QueryFilters } from './utils'
+export type { MutationFilters, QueryFilters, Updater } from './utils'
21
export { isCancelledError } from './retryer'
22
export { dehydrate, hydrate } from './hydration'
23
24
// Types
25
export * from './types'
26
-export type { Query } from './query'
+export type { Query, QueryState } from './query'
27
export type { Mutation } from './mutation'
28
export type { Logger } from './logger'
29
export type {
0 commit comments