scommons.react.test.raw.RenderedInstance.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scommons-react-test_sjs0.6_2.13 Show documentation
Show all versions of scommons-react-test_sjs0.6_2.13 Show documentation
Core Scala.js, React.js testing utilities
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