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

com.olvind.mui.csstype.mod.Property.WebkitMaskRepeatX.scala Maven / Gradle / Ivy

There is a newer version: 5.11.16
Show newest version
package com.olvind.mui.csstype.mod.Property

import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

object WebkitMaskRepeatX {
  
  inline def `-moz-initial`: "-moz-initial" = "-moz-initial".asInstanceOf["-moz-initial"]
  
  inline def inherit: "inherit" = "inherit".asInstanceOf["inherit"]
  
  inline def initial: "initial" = "initial".asInstanceOf["initial"]
  
  inline def `no-repeat`: "no-repeat" = "no-repeat".asInstanceOf["no-repeat"]
  
  inline def repeat: "repeat" = "repeat".asInstanceOf["repeat"]
  
  inline def revert: "revert" = "revert".asInstanceOf["revert"]
  
  inline def round: "round" = "round".asInstanceOf["round"]
  
  inline def space: "space" = "space".asInstanceOf["space"]
  
  inline def unset: "unset" = "unset".asInstanceOf["unset"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy