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

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

There is a newer version: 5.11.16
Show newest version
package com.olvind.mui.muiMaterial.anon

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

trait `6`[TitleTypographyComponent /* <: ReactElement */] extends StObject {
  
  var component: js.UndefOr[TitleTypographyComponent] = js.undefined
}
object `6` {
  
  inline def apply[TitleTypographyComponent /* <: ReactElement */](): `6`[TitleTypographyComponent] = {
    val __obj = js.Dynamic.literal()
    __obj.asInstanceOf[`6`[TitleTypographyComponent]]
  }
  
  @scala.inline
  implicit open class MutableBuilder[Self <: `6`[?], TitleTypographyComponent /* <: ReactElement */] (val x: Self & `6`[TitleTypographyComponent]) extends AnyVal {
    
    inline def setComponent(value: TitleTypographyComponent): Self = StObject.set(x, "component", value.asInstanceOf[js.Any])
    
    inline def setComponentUndefined: Self = StObject.set(x, "component", js.undefined)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy