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 314f23e commit fc3c404Copy full SHA for fc3c404
packages/query-core/src/index.ts
@@ -34,7 +34,8 @@ export {
34
35
// Types
36
export * from './types'
37
-export type { Query, QueryState } from './query'
+export type { QueryState } from './query'
38
+export { Query } from './query'
39
export type { Mutation } from './mutation'
40
export type { Logger } from './logger'
41
export type {
0 commit comments