Skip to content

Commit

Permalink
Merge pull request reduxjs#4529 from reduxjs/feature/2.3.0-types-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored and aryaemami59 committed Aug 13, 2024
2 parents cee7ddb + 7a2c05d commit a288625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toolkit/src/query/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export type {
FetchArgs,
} from './fetchBaseQuery'
export { retry } from './retry'
export type { RetryOptions } from './retry'
export { setupListeners } from './core/setupListeners'
export { skipToken } from './core/buildSelectors'
export type {
Expand Down

0 comments on commit a288625

Please sign in to comment.