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

main.dom.svg.SVGAnimatedRect.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.svg

import dom.geometry.DOMRect
import dom.geometry.DOMRectReadOnly

sealed external class SVGAnimatedRect {
    val animVal: DOMRectReadOnly
    val baseVal: DOMRect
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy