io.laminext.videojs.api.ComponentOptions.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of videojs_sjs1_3 Show documentation
Show all versions of videojs_sjs1_3 Show documentation
Laminar utilities and components
package io.laminext.videojs.api
import scala.scalajs.js
@js.native
trait ComponentOptions extends js.Object {
val children: js.UndefOr[js.Array[Child]]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy