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

com.olvind.mui.muiMaterial.stylesExperimentalExtendThemeMod.PaletteTooltip.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 PaletteTooltip extends StObject {
  
  var bg: String
}
object PaletteTooltip {
  
  inline def apply(bg: String): PaletteTooltip = {
    val __obj = js.Dynamic.literal(bg = bg.asInstanceOf[js.Any])
    __obj.asInstanceOf[PaletteTooltip]
  }
  
  @scala.inline
  implicit open class MutableBuilder[Self <: PaletteTooltip] (val x: Self) extends AnyVal {
    
    inline def setBg(value: String): Self = StObject.set(x, "bg", value.asInstanceOf[js.Any])
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy