Skip to content

Commit b94b8e9

Browse files
committed
chore(tanstack): add an extra export
1 parent bf2ab4b commit b94b8e9

File tree

1 file changed

+2
-0
lines changed
  • packages/clients/tanstack-query/src

1 file changed

+2
-0
lines changed

packages/clients/tanstack-query/src/react.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ import {
5656
type ExtraQueryOptions,
5757
} from './utils/common';
5858

59+
export type { FetchFn } from './utils/common';
60+
5961
/**
6062
* The default query endpoint.
6163
*/

0 commit comments

Comments
 (0)