Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "sections"

Index

Type aliases

BodyEventAttribs

BodyEventAttribs: EventAttribs<"onafterprint" | "onbeforeprint" | "onbeforeunload" | "onerror" | "onhashchange" | "onlanguagechange" | "onload" | "onmessage" | "onoffline" | "ononline" | "onpopstate" | "onredo" | "onstorage" | "onundo" | "onunload", Event>

Variables

address

address: ElementFactory<Partial<Attribs>, any>

article

article: ElementFactory<Partial<Attribs>, any>

aside

aside: ElementFactory<Partial<Attribs>, any>

Const body

body: ElementFactory<Partial<BodyAttribs>, any> = defElement<Partial<BodyAttribs>>("body")

footer

footer: ElementFactory<Partial<Attribs>, any>

h1

h1: ElementFactory<Partial<Attribs>, any>

h2

h2: ElementFactory<Partial<Attribs>, any>

h3

h3: ElementFactory<Partial<Attribs>, any>

h4

h4: ElementFactory<Partial<Attribs>, any>

h5

h5: ElementFactory<Partial<Attribs>, any>

h6

h6: ElementFactory<Partial<Attribs>, any>

header

header: ElementFactory<Partial<Attribs>, any>

hgroup

hgroup: ElementFactory<Partial<Attribs>, any>

Const html

html: ElementFactory<Partial<HtmlAttribs>, any> = defElement<Partial<HtmlAttribs>>("html")

main

main: ElementFactory<Partial<Attribs>, any>

nav

nav: ElementFactory<Partial<Attribs>, any>

noscript

noscript: ElementFactory<Partial<Attribs>, any>

section

section: ElementFactory<Partial<Attribs>, any>

Generated using TypeDoc