Skip to content

Commit 0a86abd

Browse files
committed
export some useful async thunk types
1 parent d02c27a commit 0a86abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/toolkit/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ export {
127127
} from './createAsyncThunk'
128128
export type {
129129
AsyncThunk,
130+
AsyncThunkConfig,
131+
AsyncThunkDispatchConfig,
130132
AsyncThunkOptions,
131133
AsyncThunkAction,
132134
AsyncThunkPayloadCreatorReturnValue,

0 commit comments

Comments
 (0)