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

main.dom.html.HTMLCollectionBase.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.html

import dom.Element
import js.core.ArrayLike

sealed external interface HTMLCollectionBase :
    ArrayLike {
    /** Retrieves an object from various collections. */
    fun item(index: Int): T?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy