Skip to content

Commit

Permalink
fix(vue-query): export InitialQueryOptions types
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizi committed Jul 11, 2024
1 parent 4355843 commit 97f6a92
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 97f6a92

Please sign in to comment.