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

com.olvind.mui.muiBase.components.Identity.scala Maven / Gradle / Ivy

package com.olvind.mui.muiBase.components

import com.olvind.mui.StBuildingComponent.Default
import slinky.web.html.`*`.tag
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

/* The props of this component has an unsupported shape. You can use `set` manually to use it, but with no compiler support :/ . Could't extract props from scala.Any because couldn't resolve ClassTree. */
object Identity {
  
  def apply(p: Any): Default[tag.type, js.Object] = new Default[tag.type, js.Object](js.Array(this.component, p.asInstanceOf[js.Any]))
  
  @JSImport("@mui/base/SliderUnstyled", "Identity")
  @js.native
  val component: js.Object = js.native
  
  implicit def make(companion: Identity.type): Default[tag.type, js.Object] = new Default[tag.type, js.Object](js.Array(this.component, js.Dictionary.empty))()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy