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

jsMain.web.geometry.DOMRectList.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.geometry

import js.core.ArrayLike
import js.core.JsIterable

sealed external class DOMRectList :
    ArrayLike,
    JsIterable {
    fun item(index: Int): DOMRect?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy