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 1d532b7 commit faac254Copy full SHA for faac254
lib/utils/types.es6
@@ -13,4 +13,4 @@ export type Bounds = {
13
left: number, top: number, right: number, bottom: number
14
};
15
export type ControlPosition = {x: number, y: number};
16
-export type EventHandler<T> = (e: T) => void;
+export type EventHandler<T> = (e: T) => void | false;
0 commit comments