All Downloads are FREE. Search and download functionalities are using the official Maven repository.

slinky.vr.AppRegistry.scala Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package slinky.vr

import slinky.core.ReactComponentClass

import scala.scalajs.js
import scala.scalajs.js.annotation.JSImport

@js.native
@JSImport("react-360", "AppRegistry")
object AppRegistry extends js.Object {
  def registerComponent(appKey: String, componentProvider: js.Function0[ReactComponentClass[_]]): Unit = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy