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

scommons.react.test.raw.RenderedInstance.scala Maven / Gradle / Ivy

The newest version!
package scommons.react.test.raw

import scala.scalajs.js

@js.native
trait RenderedInstance extends js.Object {

  val `type`: js.Any = js.native
  val props: js.Object with js.Dynamic = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy