Skip to content

Commit 566ea45

Browse files
committed
export other type used in docblocks
1 parent 4a6bc84 commit 566ea45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/react/buildHooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export type TypedUseQueryHookResult<
161161
> = TypedUseQueryStateResult<ResultType, QueryArg, BaseQuery, R> &
162162
TypedUseQuerySubscriptionResult<ResultType, QueryArg, BaseQuery>
163163

164-
type UseQuerySubscriptionOptions = SubscriptionOptions & {
164+
export type UseQuerySubscriptionOptions = SubscriptionOptions & {
165165
/**
166166
* Prevents a query from automatically running.
167167
*

0 commit comments

Comments
 (0)