Skip to content

Commit

Permalink
fix: reexport types used by vue-query
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianOsipiuk committed Jul 21, 2022
1 parent 463cabc commit e0d5394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/query-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ export {
parseMutationFilterArgs,
parseMutationArgs,
} from './utils'
export type { MutationFilters, QueryFilters } from './utils'
export type { MutationFilters, QueryFilters, Updater } from './utils'
export { isCancelledError } from './retryer'
export { dehydrate, hydrate } from './hydration'

// Types
export * from './types'
export type { Query } from './query'
export type { Query, QueryState } from './query'
export type { Mutation } from './mutation'
export type { Logger } from './logger'
export type {
Expand Down

0 comments on commit e0d5394

Please sign in to comment.