Variable DeviceMotionEvent

    DeviceMotionEvent: {
        prototype: DeviceMotionEvent;
        new (
            type: string,
            eventInitDict?: DeviceMotionEventInit,
        ): DeviceMotionEvent;
    }

    Type declaration