Skip to content

Commit

Permalink
fix(vue-query): export InitialQueryOptions types (#7720)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizi committed Jul 16, 2024
1 parent 23b9a19 commit a3f5a0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vue-query/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export type {
UseQueryOptions,
UseQueryReturnType,
UseQueryDefinedReturnType,
UndefinedInitialQueryOptions,
DefinedInitialQueryOptions,
} from './useQuery'
export type {
UseInfiniteQueryOptions,
Expand Down

0 comments on commit a3f5a0a

Please sign in to comment.