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

com.olvind.mui.muiMaterial.mod.scopedCssBaselineClasses.scala Maven / Gradle / Ivy

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

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

/* Inlined std.Record<'root', string> */
object scopedCssBaselineClasses {
  
  @JSImport("@mui/material", "scopedCssBaselineClasses")
  @js.native
  val ^ : js.Any = js.native
  
  @JSImport("@mui/material", "scopedCssBaselineClasses.root")
  @js.native
  def root: String = js.native
  inline def root_=(x: String): Unit = ^.asInstanceOf[js.Dynamic].updateDynamic("root")(x.asInstanceOf[js.Any])
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy