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

io.laminext.videojs.api.components.VolumeBar.scala Maven / Gradle / Ivy

package io.laminext.videojs.api.components

import io.laminext.videojs.api.Component
import scala.scalajs.js

@js.native
trait VolumeBar extends Component {
  val volumeLevel: Component  = js.native
  val volumeHandle: Component = js.native
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy