We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e2169 commit 669a869Copy full SHA for 669a869
1 file changed
src/types.ts
@@ -7,7 +7,7 @@ export interface Reducer<S> {
7
}
8
9
export interface Dispatch<S> {
10
- <S>(reducer: Reducer<S>): S;
+ (reducer: Reducer<S>): S;
11
12
13
export interface Listener {
0 commit comments