Skip to content

Commit e0d5394

Browse files
committed
fix: reexport types used by vue-query
1 parent 463cabc commit e0d5394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/query-core/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ export {
1717
parseMutationFilterArgs,
1818
parseMutationArgs,
1919
} from './utils'
20-
export type { MutationFilters, QueryFilters } from './utils'
20+
export type { MutationFilters, QueryFilters, Updater } from './utils'
2121
export { isCancelledError } from './retryer'
2222
export { dehydrate, hydrate } from './hydration'
2323

2424
// Types
2525
export * from './types'
26-
export type { Query } from './query'
26+
export type { Query, QueryState } from './query'
2727
export type { Mutation } from './mutation'
2828
export type { Logger } from './logger'
2929
export type {

0 commit comments

Comments
 (0)