com.olvind.mui.emotionStyled.anon.0.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 `0` extends StObject {
var theme: js.UndefOr[com.olvind.mui.emotionReact.mod.Theme] = js.undefined
}
object `0` {
inline def apply(): `0` = {
val __obj = js.Dynamic.literal()
__obj.asInstanceOf[`0`]
}
@scala.inline
implicit open class MutableBuilder[Self <: `0`] (val x: Self) extends AnyVal {
inline def setTheme(value: com.olvind.mui.emotionReact.mod.Theme): Self = StObject.set(x, "theme", value.asInstanceOf[js.Any])
inline def setThemeUndefined: Self = StObject.set(x, "theme", js.undefined)
}
}