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

com.olvind.mui.muiMaterial.anon.PartialRecordSupportedColorSchemeColorSy.scala Maven / Gradle / Ivy

package com.olvind.mui.muiMaterial.anon

import com.olvind.mui.muiMaterial.stylesExperimentalExtendThemeMod.ColorSystemOptions
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

/* Inlined std.Partial> */
trait PartialRecordSupportedColorSchemeColorSy extends StObject {
  
  var dark: js.UndefOr[ColorSystemOptions] = js.undefined
  
  var light: js.UndefOr[ColorSystemOptions] = js.undefined
}
object PartialRecordSupportedColorSchemeColorSy {
  
  inline def apply(): PartialRecordSupportedColorSchemeColorSy = {
    val __obj = js.Dynamic.literal()
    __obj.asInstanceOf[PartialRecordSupportedColorSchemeColorSy]
  }
  
  @scala.inline
  implicit open class MutableBuilder[Self <: PartialRecordSupportedColorSchemeColorSy] (val x: Self) extends AnyVal {
    
    inline def setDark(value: ColorSystemOptions): Self = StObject.set(x, "dark", value.asInstanceOf[js.Any])
    
    inline def setDarkUndefined: Self = StObject.set(x, "dark", js.undefined)
    
    inline def setLight(value: ColorSystemOptions): Self = StObject.set(x, "light", value.asInstanceOf[js.Any])
    
    inline def setLightUndefined: Self = StObject.set(x, "light", js.undefined)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy