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

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

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 LineBreak {
  
  inline def `-moz-initial`: "-moz-initial" = "-moz-initial".asInstanceOf["-moz-initial"]
  
  inline def anywhere: "anywhere" = "anywhere".asInstanceOf["anywhere"]
  
  inline def auto: "auto" = "auto".asInstanceOf["auto"]
  
  inline def inherit: "inherit" = "inherit".asInstanceOf["inherit"]
  
  inline def initial: "initial" = "initial".asInstanceOf["initial"]
  
  inline def loose: "loose" = "loose".asInstanceOf["loose"]
  
  inline def normal: "normal" = "normal".asInstanceOf["normal"]
  
  inline def revert: "revert" = "revert".asInstanceOf["revert"]
  
  inline def strict: "strict" = "strict".asInstanceOf["strict"]
  
  inline def unset: "unset" = "unset".asInstanceOf["unset"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy