Skip to content

Commit 2aab287

Browse files
committed
update api report
1 parent 2a991df commit 2aab287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/redux-toolkit.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ export { Draft }
183183
// @public
184184
export interface EnhancedStore<S = any, A extends Action = AnyAction, M extends Middlewares<S> = Middlewares<S>> extends Store<S, A> {
185185
dispatch: DispatchForMiddlewares<M> & Dispatch<A>;
186+
// (undocumented)
187+
withCurriedTypes: CurryType<S, DispatchForMiddlewares<M> & Dispatch<A>>;
186188
}
187189

188190
// @public (undocumented)

0 commit comments

Comments
 (0)