com.olvind.mui.std.PlaybackDirection.scala Maven / Gradle / Ivy
The newest version!
package com.olvind.mui.std
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}
object PlaybackDirection {
inline def alternate: "alternate" = "alternate".asInstanceOf["alternate"]
inline def `alternate-reverse`: "alternate-reverse" = "alternate-reverse".asInstanceOf["alternate-reverse"]
inline def normal: "normal" = "normal".asInstanceOf["normal"]
inline def reverse: "reverse" = "reverse".asInstanceOf["reverse"]
}