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

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

The newest version!
package com.olvind.mui.muiMaterial

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

object stylesGetOverlayAlphaMod {
  
  @JSImport("@mui/material/styles/getOverlayAlpha", JSImport.Namespace)
  @js.native
  val ^ : js.Any = js.native
  
  inline def default(elevation: Double): String = ^.asInstanceOf[js.Dynamic].applyDynamic("default")(elevation.asInstanceOf[js.Any]).asInstanceOf[String]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy