Skip to content

Commit 669a869

Browse files
author
Péter Hauszknecht
committed
type fix
1 parent 48e2169 commit 669a869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface Reducer<S> {
77
}
88

99
export interface Dispatch<S> {
10-
<S>(reducer: Reducer<S>): S;
10+
(reducer: Reducer<S>): S;
1111
}
1212

1313
export interface Listener {

0 commit comments

Comments
 (0)