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

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

// Automatically generated - do not modify!

package dom.html

import dom.DocumentFragment

abstract external class HTMLTemplateElement :
    HTMLElement {
    /** Returns the template contents (a DocumentFragment). */
    val content: DocumentFragment
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy