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

com.olvind.mui.muiMaterial.popperMod.scala Maven / Gradle / Ivy

package com.olvind.mui.muiMaterial

import com.olvind.mui.muiMaterial.anon.PickPopperPropshiddencolorstyleopentrans
import org.scalablytyped.runtime.Shortcut
import slinky.core.ReactComponentClass
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

object popperMod extends Shortcut {
  
  /**
    *
    * Demos:
    *
    * - [Autocomplete](https://mui.com/material-ui/react-autocomplete/)
    * - [Menu](https://mui.com/material-ui/react-menu/)
    * - [Popper](https://mui.com/material-ui/react-popper/)
    *
    * API:
    *
    * - [Popper API](https://mui.com/material-ui/api/popper/)
    */
  @JSImport("@mui/material/Popper", JSImport.Default)
  @js.native
  val default: ReactComponentClass[PickPopperPropshiddencolorstyleopentrans] = js.native
  
  type _To = ReactComponentClass[PickPopperPropshiddencolorstyleopentrans]
  
  /* This means you don't have to write `default`, but can instead just say `popperMod.foo` */
  override def _to: ReactComponentClass[PickPopperPropshiddencolorstyleopentrans] = default
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy