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

com.olvind.mui.csstype.mod.Property.AlignmentBaseline.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 AlignmentBaseline {
  
  inline def `-moz-initial`: "-moz-initial" = "-moz-initial".asInstanceOf["-moz-initial"]
  
  inline def `after-edge`: "after-edge" = "after-edge".asInstanceOf["after-edge"]
  
  inline def alphabetic: "alphabetic" = "alphabetic".asInstanceOf["alphabetic"]
  
  inline def auto: "auto" = "auto".asInstanceOf["auto"]
  
  inline def baseline: "baseline" = "baseline".asInstanceOf["baseline"]
  
  inline def `before-edge`: "before-edge" = "before-edge".asInstanceOf["before-edge"]
  
  inline def central: "central" = "central".asInstanceOf["central"]
  
  inline def hanging: "hanging" = "hanging".asInstanceOf["hanging"]
  
  inline def ideographic: "ideographic" = "ideographic".asInstanceOf["ideographic"]
  
  inline def inherit: "inherit" = "inherit".asInstanceOf["inherit"]
  
  inline def initial: "initial" = "initial".asInstanceOf["initial"]
  
  inline def mathematical: "mathematical" = "mathematical".asInstanceOf["mathematical"]
  
  inline def middle: "middle" = "middle".asInstanceOf["middle"]
  
  inline def revert: "revert" = "revert".asInstanceOf["revert"]
  
  inline def `text-after-edge`: "text-after-edge" = "text-after-edge".asInstanceOf["text-after-edge"]
  
  inline def `text-before-edge`: "text-before-edge" = "text-before-edge".asInstanceOf["text-before-edge"]
  
  inline def unset: "unset" = "unset".asInstanceOf["unset"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy