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

com.olvind.mui.emotionStyled.anon.Theme.scala Maven / Gradle / Ivy

The newest version!
package com.olvind.mui.emotionStyled.anon

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

trait Theme extends StObject {
  
  var theme: com.olvind.mui.emotionReact.mod.Theme
}
object Theme {
  
  inline def apply(theme: com.olvind.mui.emotionReact.mod.Theme): Theme = {
    val __obj = js.Dynamic.literal(theme = theme.asInstanceOf[js.Any])
    __obj.asInstanceOf[Theme]
  }
  
  @scala.inline
  implicit open class MutableBuilder[Self <: Theme] (val x: Self) extends AnyVal {
    
    inline def setTheme(value: com.olvind.mui.emotionReact.mod.Theme): Self = StObject.set(x, "theme", value.asInstanceOf[js.Any])
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy