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 bdc5cc4 commit 704c8b0Copy full SHA for 704c8b0
packages/legacy-events/PluginModuleType.js
@@ -17,7 +17,7 @@ import type {EventSystemFlags} from 'legacy-events/EventSystemFlags';
17
18
export type EventTypes = {[key: string]: DispatchConfig, ...};
19
20
-export type AnyNativeEvent = Event | KeyboardEvent | MouseEvent | Touch;
+export type AnyNativeEvent = Event | KeyboardEvent | MouseEvent | TouchEvent;
21
22
export type PluginName = string;
23
0 commit comments