
jsMain.web.html.HTMLTemplateElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.html
import web.dom.DocumentFragment
abstract external class HTMLTemplateElement :
HTMLElement {
/** Returns the template contents (a DocumentFragment). */
val content: DocumentFragment
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy