
jsMain.web.uievents.TouchList.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.uievents
import js.core.ArrayLike
import js.core.JsIterable
sealed external class TouchList :
ArrayLike,
JsIterable {
fun item(index: Int): Touch?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy