Skip to content

Commit

Permalink
Merge pull request #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 Jul 27, 2024
2 parents 6a3de08 + 70f627d commit dd3ef70
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 dd3ef70

Please sign in to comment.