We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7df64 commit 65d23bfCopy full SHA for 65d23bf
src/types/store.ts
@@ -108,11 +108,7 @@ export type Observer<T> = {
108
* @template A the type of actions which may be dispatched by this store.
109
* @template StateExt any extension to state from store enhancers
110
*/
111
-export interface Store<
112
- S = any,
113
- A extends Action = AnyAction,
114
- StateExt = {}
115
-> {
+export interface Store<S = any, A extends Action = AnyAction, StateExt = {}> {
116
/**
117
* Dispatches an action. It is the only way to trigger a state change.
118
*
0 commit comments