com.olvind.mui.react.mod.HTMLProps.scala Maven / Gradle / Ivy
The newest version!
package com.olvind.mui.react.mod
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}
//
// Props / DOM Attributes
// ----------------------------------------------------------------------
trait HTMLProps[T]
extends StObject
with AllHTMLAttributes[T]
with ClassAttributes[T]
object HTMLProps {
inline def apply[T](): HTMLProps[T] = {
val __obj = js.Dynamic.literal()
__obj.asInstanceOf[HTMLProps[T]]
}
}