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

com.olvind.mui.muiMaterial.stylesExperimentalExtendThemeMod.PaletteSpeedDialAction.scala Maven / Gradle / Ivy

package com.olvind.mui.muiMaterial.stylesExperimentalExtendThemeMod

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

trait PaletteSpeedDialAction extends StObject {
  
  var fabHoverBg: String
}
object PaletteSpeedDialAction {
  
  inline def apply(fabHoverBg: String): PaletteSpeedDialAction = {
    val __obj = js.Dynamic.literal(fabHoverBg = fabHoverBg.asInstanceOf[js.Any])
    __obj.asInstanceOf[PaletteSpeedDialAction]
  }
  
  @scala.inline
  implicit open class MutableBuilder[Self <: PaletteSpeedDialAction] (val x: Self) extends AnyVal {
    
    inline def setFabHoverBg(value: String): Self = StObject.set(x, "fabHoverBg", value.asInstanceOf[js.Any])
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy