com.olvind.mui.muiMaterial.stylesMakeStylesMod.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 stylesMakeStylesMod {
@JSImport("@mui/material/styles/makeStyles", JSImport.Namespace)
@js.native
val ^ : js.Any = js.native
inline def default(stylesCreator: Any): scala.Nothing = ^.asInstanceOf[js.Dynamic].applyDynamic("default")(stylesCreator.asInstanceOf[js.Any]).asInstanceOf[scala.Nothing]
inline def default(stylesCreator: Any, options: js.Object): scala.Nothing = (^.asInstanceOf[js.Dynamic].applyDynamic("default")(stylesCreator.asInstanceOf[js.Any], options.asInstanceOf[js.Any])).asInstanceOf[scala.Nothing]
}