Skip to content

Commit a3f5a0a

Browse files
authoredJul 16, 2024··
fix(vue-query): export InitialQueryOptions types (#7720)
1 parent 23b9a19 commit a3f5a0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎packages/vue-query/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export type {
2424
UseQueryOptions,
2525
UseQueryReturnType,
2626
UseQueryDefinedReturnType,
27+
UndefinedInitialQueryOptions,
28+
DefinedInitialQueryOptions,
2729
} from './useQuery'
2830
export type {
2931
UseInfiniteQueryOptions,

0 commit comments

Comments
 (0)
Please sign in to comment.