
jsMain.web.device.DeviceMotionEventRotationRate.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.device
sealed external interface DeviceMotionEventRotationRate {
val alpha: Double?
val beta: Double?
val gamma: Double?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy