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

japgolly.scalajs.react.facade.SecretInternals.scala Maven / Gradle / Ivy

There is a newer version: 3.0.0-beta10
Show newest version
package japgolly.scalajs.react.facade

import scala.scalajs.js

@js.native
trait SecretInternals extends js.Object {

  @deprecated("Removed in React 18", "2.2.0")
  final val SchedulerTracing: SchedulerTracing = js.native
}

@deprecated("Removed in React 18", "2.2.0")
@js.native
trait SchedulerTracing extends js.Object {

  def unstable_trace[A](name: String, timestamp: Double, callback: js.Function0[A]): A
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy