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

com.olvind.mui.std.SVGElementInstance.scala Maven / Gradle / Ivy

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

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

@js.native
trait SVGElementInstance
  extends StObject
     with EventTarget {
  
  /* standard dom */
  val correspondingElement: org.scalajs.dom.SVGElement = js.native
  
  /* standard dom */
  val correspondingUseElement: SVGUseElement = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy