There was an error while loading. Please reload this page.
1 parent 922053d commit 7133d4cCopy full SHA for 7133d4c
src/keyboard.re
@@ -12,7 +12,7 @@ type event('a) =
12
}
13
} as 'a;
14
15
-type listener('a) = event('a) => uni;
+type listener('a) = event('a) => unit;
16
17
type keyboardEvent =
18
| KeyboardWillShow
0 commit comments