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

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

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

import com.olvind.mui.muiMaterial.anon.DefaultComponentPropsImageListItemTypeMa
import com.olvind.mui.muiMaterial.imageListItemImageListItemClassesMod.ImageListItemClasses
import com.olvind.mui.react.mod.global.JSX.Element
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

object imageListItemMod {
  
  @JSImport("@mui/material/ImageListItem", JSImport.Namespace)
  @js.native
  val ^ : js.Any = js.native
  
  /**
    *
    * Demos:
    *
    * - [Image List](https://mui.com/material-ui/react-image-list/)
    *
    * API:
    *
    * - [ImageListItem API](https://mui.com/material-ui/api/image-list-item/)
    */
  @JSImport("@mui/material/ImageListItem", JSImport.Default)
  @js.native
  val default: js.Function1[/* props */ DefaultComponentPropsImageListItemTypeMa, Element] = js.native
  
  inline def getImageListItemUtilityClass(slot: String): String = ^.asInstanceOf[js.Dynamic].applyDynamic("getImageListItemUtilityClass")(slot.asInstanceOf[js.Any]).asInstanceOf[String]
  
  @JSImport("@mui/material/ImageListItem", "imageListItemClasses")
  @js.native
  val imageListItemClasses: ImageListItemClasses = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy