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

main.react.dom.html.ReactHTML.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.html

import org.w3c.dom.*
import react.IntrinsicType

object ReactHTML {
    inline val a: IntrinsicType>
        get() = "a".unsafeCast>>()

    inline val abbr: IntrinsicType>
        get() = "abbr".unsafeCast>>()

    inline val address: IntrinsicType>
        get() = "address".unsafeCast>>()

    inline val area: IntrinsicType>
        get() = "area".unsafeCast>>()

    inline val article: IntrinsicType>
        get() = "article".unsafeCast>>()

    inline val aside: IntrinsicType>
        get() = "aside".unsafeCast>>()

    inline val audio: IntrinsicType>
        get() = "audio".unsafeCast>>()

    inline val b: IntrinsicType>
        get() = "b".unsafeCast>>()

    inline val base: IntrinsicType>
        get() = "base".unsafeCast>>()

    inline val bdi: IntrinsicType>
        get() = "bdi".unsafeCast>>()

    inline val bdo: IntrinsicType>
        get() = "bdo".unsafeCast>>()

    inline val big: IntrinsicType>
        get() = "big".unsafeCast>>()

    inline val blockquote: IntrinsicType>
        get() = "blockquote".unsafeCast>>()

    inline val body: IntrinsicType>
        get() = "body".unsafeCast>>()

    inline val br: IntrinsicType>
        get() = "br".unsafeCast>>()

    inline val button: IntrinsicType>
        get() = "button".unsafeCast>>()

    inline val canvas: IntrinsicType>
        get() = "canvas".unsafeCast>>()

    inline val caption: IntrinsicType>
        get() = "caption".unsafeCast>>()

    inline val cite: IntrinsicType>
        get() = "cite".unsafeCast>>()

    inline val code: IntrinsicType>
        get() = "code".unsafeCast>>()

    inline val col: IntrinsicType>
        get() = "col".unsafeCast>>()

    inline val colgroup: IntrinsicType>
        get() = "colgroup".unsafeCast>>()

    inline val data: IntrinsicType>
        get() = "data".unsafeCast>>()

    inline val datalist: IntrinsicType>
        get() = "datalist".unsafeCast>>()

    inline val dd: IntrinsicType>
        get() = "dd".unsafeCast>>()

    inline val del: IntrinsicType>
        get() = "del".unsafeCast>>()

    inline val details: IntrinsicType>
        get() = "details".unsafeCast>>()

    inline val dfn: IntrinsicType>
        get() = "dfn".unsafeCast>>()

    inline val dialog: IntrinsicType>
        get() = "dialog".unsafeCast>>()

    inline val div: IntrinsicType>
        get() = "div".unsafeCast>>()

    inline val dl: IntrinsicType>
        get() = "dl".unsafeCast>>()

    inline val dt: IntrinsicType>
        get() = "dt".unsafeCast>>()

    inline val em: IntrinsicType>
        get() = "em".unsafeCast>>()

    inline val embed: IntrinsicType>
        get() = "embed".unsafeCast>>()

    inline val fieldset: IntrinsicType>
        get() = "fieldset".unsafeCast>>()

    inline val figcaption: IntrinsicType>
        get() = "figcaption".unsafeCast>>()

    inline val figure: IntrinsicType>
        get() = "figure".unsafeCast>>()

    inline val footer: IntrinsicType>
        get() = "footer".unsafeCast>>()

    inline val form: IntrinsicType>
        get() = "form".unsafeCast>>()

    inline val h1: IntrinsicType>
        get() = "h1".unsafeCast>>()

    inline val h2: IntrinsicType>
        get() = "h2".unsafeCast>>()

    inline val h3: IntrinsicType>
        get() = "h3".unsafeCast>>()

    inline val h4: IntrinsicType>
        get() = "h4".unsafeCast>>()

    inline val h5: IntrinsicType>
        get() = "h5".unsafeCast>>()

    inline val h6: IntrinsicType>
        get() = "h6".unsafeCast>>()

    inline val head: IntrinsicType>
        get() = "head".unsafeCast>>()

    inline val header: IntrinsicType>
        get() = "header".unsafeCast>>()

    inline val hgroup: IntrinsicType>
        get() = "hgroup".unsafeCast>>()

    inline val hr: IntrinsicType>
        get() = "hr".unsafeCast>>()

    inline val html: IntrinsicType>
        get() = "html".unsafeCast>>()

    inline val i: IntrinsicType>
        get() = "i".unsafeCast>>()

    inline val iframe: IntrinsicType>
        get() = "iframe".unsafeCast>>()

    inline val img: IntrinsicType>
        get() = "img".unsafeCast>>()

    inline val input: IntrinsicType>
        get() = "input".unsafeCast>>()

    inline val ins: IntrinsicType>
        get() = "ins".unsafeCast>>()

    inline val kbd: IntrinsicType>
        get() = "kbd".unsafeCast>>()

    inline val keygen: IntrinsicType>
        get() = "keygen".unsafeCast>>()

    inline val label: IntrinsicType>
        get() = "label".unsafeCast>>()

    inline val legend: IntrinsicType>
        get() = "legend".unsafeCast>>()

    inline val li: IntrinsicType>
        get() = "li".unsafeCast>>()

    inline val link: IntrinsicType>
        get() = "link".unsafeCast>>()

    inline val main: IntrinsicType>
        get() = "main".unsafeCast>>()

    inline val map: IntrinsicType>
        get() = "map".unsafeCast>>()

    inline val mark: IntrinsicType>
        get() = "mark".unsafeCast>>()

    inline val menu: IntrinsicType>
        get() = "menu".unsafeCast>>()

    inline val menuitem: IntrinsicType>
        get() = "menuitem".unsafeCast>>()

    inline val meta: IntrinsicType>
        get() = "meta".unsafeCast>>()

    inline val meter: IntrinsicType>
        get() = "meter".unsafeCast>>()

    inline val nav: IntrinsicType>
        get() = "nav".unsafeCast>>()

    inline val noscript: IntrinsicType>
        get() = "noscript".unsafeCast>>()

    inline val `object`: IntrinsicType>
        get() = "object".unsafeCast>>()

    inline val ol: IntrinsicType>
        get() = "ol".unsafeCast>>()

    inline val optgroup: IntrinsicType>
        get() = "optgroup".unsafeCast>>()

    inline val option: IntrinsicType>
        get() = "option".unsafeCast>>()

    inline val output: IntrinsicType>
        get() = "output".unsafeCast>>()

    inline val p: IntrinsicType>
        get() = "p".unsafeCast>>()

    inline val param: IntrinsicType>
        get() = "param".unsafeCast>>()

    inline val picture: IntrinsicType>
        get() = "picture".unsafeCast>>()

    inline val pre: IntrinsicType>
        get() = "pre".unsafeCast>>()

    inline val progress: IntrinsicType>
        get() = "progress".unsafeCast>>()

    inline val q: IntrinsicType>
        get() = "q".unsafeCast>>()

    inline val rp: IntrinsicType>
        get() = "rp".unsafeCast>>()

    inline val rt: IntrinsicType>
        get() = "rt".unsafeCast>>()

    inline val ruby: IntrinsicType>
        get() = "ruby".unsafeCast>>()

    inline val s: IntrinsicType>
        get() = "s".unsafeCast>>()

    inline val samp: IntrinsicType>
        get() = "samp".unsafeCast>>()

    inline val slot: IntrinsicType>
        get() = "slot".unsafeCast>>()

    inline val script: IntrinsicType>
        get() = "script".unsafeCast>>()

    inline val section: IntrinsicType>
        get() = "section".unsafeCast>>()

    inline val select: IntrinsicType>
        get() = "select".unsafeCast>>()

    inline val small: IntrinsicType>
        get() = "small".unsafeCast>>()

    inline val source: IntrinsicType>
        get() = "source".unsafeCast>>()

    inline val span: IntrinsicType>
        get() = "span".unsafeCast>>()

    inline val strong: IntrinsicType>
        get() = "strong".unsafeCast>>()

    inline val style: IntrinsicType>
        get() = "style".unsafeCast>>()

    inline val sub: IntrinsicType>
        get() = "sub".unsafeCast>>()

    inline val summary: IntrinsicType>
        get() = "summary".unsafeCast>>()

    inline val sup: IntrinsicType>
        get() = "sup".unsafeCast>>()

    inline val table: IntrinsicType>
        get() = "table".unsafeCast>>()

    inline val template: IntrinsicType>
        get() = "template".unsafeCast>>()

    inline val tbody: IntrinsicType>
        get() = "tbody".unsafeCast>>()

    inline val td: IntrinsicType>
        get() = "td".unsafeCast>>()

    inline val textarea: IntrinsicType>
        get() = "textarea".unsafeCast>>()

    inline val tfoot: IntrinsicType>
        get() = "tfoot".unsafeCast>>()

    inline val th: IntrinsicType>
        get() = "th".unsafeCast>>()

    inline val thead: IntrinsicType>
        get() = "thead".unsafeCast>>()

    inline val time: IntrinsicType>
        get() = "time".unsafeCast>>()

    inline val title: IntrinsicType>
        get() = "title".unsafeCast>>()

    inline val tr: IntrinsicType>
        get() = "tr".unsafeCast>>()

    inline val track: IntrinsicType>
        get() = "track".unsafeCast>>()

    inline val u: IntrinsicType>
        get() = "u".unsafeCast>>()

    inline val ul: IntrinsicType>
        get() = "ul".unsafeCast>>()

    inline val `var`: IntrinsicType>
        get() = "var".unsafeCast>>()

    inline val video: IntrinsicType>
        get() = "video".unsafeCast>>()

    inline val wbr: IntrinsicType>
        get() = "wbr".unsafeCast>>()

    inline val webview: IntrinsicType>
        get() = "webview".unsafeCast>>()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy