io.laminext.videojs.api.components.SeekBar.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.components
import io.laminext.videojs.api.Component
import scala.scalajs.js
@js.native
trait SeekBar extends Component {
val loadProgressBar: Component = js.native
val playProgressBar: Component = js.native
val seekHandle: Component = js.native
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy