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

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

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

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

object unstableGrid2Grid2Mod extends Shortcut {
  
  @JSImport("@mui/material/Unstable_Grid2/Grid2", JSImport.Default)
  @js.native
  val default: js.Function1[/* props */ DefaultComponentPropsGrid2TypeMapdiv, Element | Null] = js.native
  
  type _To = js.Function1[/* props */ DefaultComponentPropsGrid2TypeMapdiv, Element | Null]
  
  /* This means you don't have to write `default`, but can instead just say `unstableGrid2Grid2Mod.foo` */
  override def _to: js.Function1[/* props */ DefaultComponentPropsGrid2TypeMapdiv, Element | Null] = default
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy