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 1acc5f4 commit 99cbaf0Copy full SHA for 99cbaf0
bridge/core/events/device_orientation_event.d.ts
@@ -1,5 +1,5 @@
1
import {Event} from "../dom/events/event";
2
-import {GestureEventInit} from "./device_orientation_event_init";
+import {DeviceOrientationEventInit} from "./device_orientation_event_init";
3
4
interface DeviceOrientationEvent extends Event {
5
readonly absolute: boolean;
0 commit comments