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

com.olvind.mui.csstype.mod.Property.TextAlign.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 TextAlign {
  
  inline def `-moz-initial`: "-moz-initial" = "-moz-initial".asInstanceOf["-moz-initial"]
  
  inline def center: "center" = "center".asInstanceOf["center"]
  
  inline def end: "end" = "end".asInstanceOf["end"]
  
  inline def inherit: "inherit" = "inherit".asInstanceOf["inherit"]
  
  inline def initial: "initial" = "initial".asInstanceOf["initial"]
  
  inline def justify: "justify" = "justify".asInstanceOf["justify"]
  
  inline def left: "left" = "left".asInstanceOf["left"]
  
  inline def `match-parent`: "match-parent" = "match-parent".asInstanceOf["match-parent"]
  
  inline def revert: "revert" = "revert".asInstanceOf["revert"]
  
  inline def right: "right" = "right".asInstanceOf["right"]
  
  inline def start: "start" = "start".asInstanceOf["start"]
  
  inline def unset: "unset" = "unset".asInstanceOf["unset"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy