Skip to content

Commit 99cbaf0

Browse files
committed
feat: update
1 parent 1acc5f4 commit 99cbaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bridge/core/events/device_orientation_event.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Event} from "../dom/events/event";
2-
import {GestureEventInit} from "./device_orientation_event_init";
2+
import {DeviceOrientationEventInit} from "./device_orientation_event_init";
33

44
interface DeviceOrientationEvent extends Event {
55
readonly absolute: boolean;

0 commit comments

Comments
 (0)