sri.mobile.ReactNativeEvents.scala Maven / Gradle / Ivy
package sri.mobile
import scala.scalajs.js
@js.native
trait ViewPagerAndroidEvent extends js.Object {
val position : Int = js.native
val offset : Double = js.native
}
@js.native
trait DrawerLayoutAndroidEvent extends js.Object
@js.native
trait WebViewEvent extends js.Object {
}
@js.native
trait MapViewEvent extends js.Object
© 2015 - 2025 Weber Informatics LLC | Privacy Policy