- h<K>(type: K, props?: DomIntrinsicElements[K], children?: Children): Template
- h<T>(...args: [type: new () => T, ...({} extends JsxProps<T> ? [props?: JsxProps<T>] : [props: JsxProps<T>])[], children?: Children]): Template
- h<P>(...args: [type: FunctionalComponent<P>, ...({} extends P ? [props?: P] : [props: P])[], ...(P extends { children?: unknown } ? undefined extends P<P>[children] ? [children?: P<P>[children]] : [children: P<P>[children]] : [])[]]): Template
Properties
a
: (props?: HtmlProps<HTMLAnchorElement> & DomEventProps<HTMLAnchorElement>, children?: Children) => Templateabbr
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateaddress
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateanimate
: (props?: SvgProps<SVGAnimateElement> & DomEventProps<SVGAnimateElement>, children?: Children) => TemplateanimateTransform
: (props?: SvgProps<SVGAnimateElement> & DomEventProps<SVGAnimateElement>, children?: Children) => Templatearea
: (props?: HtmlProps<HTMLAreaElement> & DomEventProps<HTMLAreaElement>, children?: Children) => Templatearticle
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateaside
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateaudio
: (props?: HtmlProps<HTMLAudioElement> & DomEventProps<HTMLAudioElement>, children?: Children) => Templateb
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatebase
: (props?: HtmlProps<HTMLBaseElement> & DomEventProps<HTMLBaseElement>, children?: Children) => Templatebdi
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatebdo
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatebig
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateblockquote
: (props?: HtmlProps<HTMLQuoteElement> & DomEventProps<HTMLQuoteElement>, children?: Children) => Templatebody
: (props?: HtmlProps<HTMLBodyElement> & DomEventProps<HTMLBodyElement>, children?: Children) => Templatebr
: (props?: HtmlProps<HTMLBRElement> & DomEventProps<HTMLBRElement>, children?: Children) => Templatebutton
: (props?: HtmlProps<HTMLButtonElement> & DomEventProps<HTMLButtonElement>, children?: Children) => Templatecanvas
: (props?: HtmlProps<HTMLCanvasElement> & DomEventProps<HTMLCanvasElement>, children?: Children) => Templatecaption
: (props?: HtmlProps<HTMLTableCaptionElement> & DomEventProps<HTMLTableCaptionElement>, children?: Children) => Templatecircle
: (props?: SvgProps<SVGCircleElement> & DomEventProps<SVGCircleElement>, children?: Children) => Templatecite
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => TemplateclipPath
: (props?: SvgProps<SVGClipPathElement> & DomEventProps<SVGClipPathElement>, children?: Children) => Templatecode
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatecol
: (props?: HtmlProps<HTMLTableColElement> & DomEventProps<HTMLTableColElement>, children?: Children) => Templatecolgroup
: (props?: HtmlProps<HTMLTableColElement> & DomEventProps<HTMLTableColElement>, children?: Children) => Templatedata
: (props?: HtmlProps<HTMLDataElement> & DomEventProps<HTMLDataElement>, children?: Children) => Templatedatalist
: (props?: HtmlProps<HTMLDataListElement> & DomEventProps<HTMLDataListElement>, children?: Children) => Templatedd
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatedefs
: (props?: SvgProps<SVGDefsElement> & DomEventProps<SVGDefsElement>, children?: Children) => Templatedel
: (props?: HtmlProps<HTMLModElement> & DomEventProps<HTMLModElement>, children?: Children) => Templatedesc
: (props?: SvgProps<SVGDescElement> & DomEventProps<SVGDescElement>, children?: Children) => Templatedetails
: (props?: HtmlProps<HTMLDetailsElement> & DomEventProps<HTMLDetailsElement>, children?: Children) => Templatedfn
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatedialog
: (props?: HtmlProps<HTMLDialogElement> & DomEventProps<HTMLDialogElement>, children?: Children) => Templatediv
: (props?: HtmlProps<HTMLDivElement> & DomEventProps<HTMLDivElement>, children?: Children) => Templatedl
: (props?: HtmlProps<HTMLDListElement> & DomEventProps<HTMLDListElement>, children?: Children) => Templatedt
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateellipse
: (props?: SvgProps<SVGEllipseElement> & DomEventProps<SVGEllipseElement>, children?: Children) => Templateem
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateembed
: (props?: HtmlProps<HTMLEmbedElement> & DomEventProps<HTMLEmbedElement>, children?: Children) => TemplatefeBlend
: (props?: SvgProps<SVGFEBlendElement> & DomEventProps<SVGFEBlendElement>, children?: Children) => TemplatefeColorMatrix
: (props?: SvgProps<SVGFEColorMatrixElement> & DomEventProps<SVGFEColorMatrixElement>, children?: Children) => TemplatefeComponentTransfer
: (props?: SvgProps<SVGFEComponentTransferElement> & DomEventProps<SVGFEComponentTransferElement>, children?: Children) => TemplatefeComposite
: (props?: SvgProps<SVGFECompositeElement> & DomEventProps<SVGFECompositeElement>, children?: Children) => TemplatefeConvolveMatrix
: (props?: SvgProps<SVGFEConvolveMatrixElement> & DomEventProps<SVGFEConvolveMatrixElement>, children?: Children) => TemplatefeDiffuseLighting
: (props?: SvgProps<SVGFEDiffuseLightingElement> & DomEventProps<SVGFEDiffuseLightingElement>, children?: Children) => TemplatefeDisplacementMap
: (props?: SvgProps<SVGFEDisplacementMapElement> & DomEventProps<SVGFEDisplacementMapElement>, children?: Children) => TemplatefeDropShadow
: (props?: SvgProps<SVGFEDropShadowElement> & DomEventProps<SVGFEDropShadowElement>, children?: Children) => TemplatefeFlood
: (props?: SvgProps<SVGFEFloodElement> & DomEventProps<SVGFEFloodElement>, children?: Children) => TemplatefeFuncA
: (props?: SvgProps<SVGFEFuncAElement> & DomEventProps<SVGFEFuncAElement>, children?: Children) => TemplatefeFuncB
: (props?: SvgProps<SVGFEFuncBElement> & DomEventProps<SVGFEFuncBElement>, children?: Children) => TemplatefeFuncG
: (props?: SvgProps<SVGFEFuncGElement> & DomEventProps<SVGFEFuncGElement>, children?: Children) => TemplatefeFuncR
: (props?: SvgProps<SVGFEFuncRElement> & DomEventProps<SVGFEFuncRElement>, children?: Children) => TemplatefeGaussianBlur
: (props?: SvgProps<SVGFEGaussianBlurElement> & DomEventProps<SVGFEGaussianBlurElement>, children?: Children) => TemplatefeImage
: (props?: SvgProps<SVGFEImageElement> & DomEventProps<SVGFEImageElement>, children?: Children) => TemplatefeMerge
: (props?: SvgProps<SVGFEMergeElement> & DomEventProps<SVGFEMergeElement>, children?: Children) => TemplatefeMergeNode
: (props?: SvgProps<SVGFEMergeNodeElement> & DomEventProps<SVGFEMergeNodeElement>, children?: Children) => TemplatefeMorphology
: (props?: SvgProps<SVGFEMorphologyElement> & DomEventProps<SVGFEMorphologyElement>, children?: Children) => TemplatefeOffset
: (props?: SvgProps<SVGFEOffsetElement> & DomEventProps<SVGFEOffsetElement>, children?: Children) => TemplatefeSpecularLighting
: (props?: SvgProps<SVGFESpecularLightingElement> & DomEventProps<SVGFESpecularLightingElement>, children?: Children) => TemplatefeTile
: (props?: SvgProps<SVGFETileElement> & DomEventProps<SVGFETileElement>, children?: Children) => TemplatefeTurbulence
: (props?: SvgProps<SVGFETurbulenceElement> & DomEventProps<SVGFETurbulenceElement>, children?: Children) => Templatefieldset
: (props?: HtmlProps<HTMLFieldSetElement> & DomEventProps<HTMLFieldSetElement>, children?: Children) => Templatefigcaption
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatefigure
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatefilter
: (props?: SvgProps<SVGFilterElement> & DomEventProps<SVGFilterElement>, children?: Children) => Templatefooter
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => TemplateforeignObject
: (props?: SvgProps<SVGForeignObjectElement> & DomEventProps<SVGForeignObjectElement>, children?: Children) => Templateform
: (props?: HtmlProps<HTMLFormElement> & DomEventProps<HTMLFormElement>, children?: Children) => Templateg
: (props?: SvgProps<SVGGElement> & DomEventProps<SVGGElement>, children?: Children) => Templateh1
: (props?: HtmlProps<HTMLHeadingElement> & DomEventProps<HTMLHeadingElement>, children?: Children) => Templateh2
: (props?: HtmlProps<HTMLHeadingElement> & DomEventProps<HTMLHeadingElement>, children?: Children) => Templateh3
: (props?: HtmlProps<HTMLHeadingElement> & DomEventProps<HTMLHeadingElement>, children?: Children) => Templateh4
: (props?: HtmlProps<HTMLHeadingElement> & DomEventProps<HTMLHeadingElement>, children?: Children) => Templateh5
: (props?: HtmlProps<HTMLHeadingElement> & DomEventProps<HTMLHeadingElement>, children?: Children) => Templateh6
: (props?: HtmlProps<HTMLHeadingElement> & DomEventProps<HTMLHeadingElement>, children?: Children) => Templatehead
: (props?: HtmlProps<HTMLHeadElement> & DomEventProps<HTMLHeadElement>, children?: Children) => Templateheader
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatehgroup
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatehr
: (props?: HtmlProps<HTMLHRElement> & DomEventProps<HTMLHRElement>, children?: Children) => Templatehtml
: (props?: HtmlProps<HTMLHtmlElement> & DomEventProps<HTMLHtmlElement>, children?: Children) => Templatei
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateiframe
: (props?: HtmlProps<HTMLIFrameElement> & DomEventProps<HTMLIFrameElement>, children?: Children) => Templateimage
: (props?: SvgProps<SVGImageElement> & DomEventProps<SVGImageElement>, children?: Children) => Templateimg
: (props?: HtmlProps<HTMLImageElement> & DomEventProps<HTMLImageElement>, children?: Children) => Templateinput
: (props?: HtmlProps<HTMLInputElement> & DomEventProps<HTMLInputElement>, children?: Children) => Templateins
: (props?: HtmlProps<HTMLModElement> & DomEventProps<HTMLModElement>, children?: Children) => Templatekbd
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatekeygen
: (props?: HtmlProps<HTMLUnknownElement> & DomEventProps<HTMLUnknownElement>, children?: Children) => Templatelabel
: (props?: HtmlProps<HTMLLabelElement> & DomEventProps<HTMLLabelElement>, children?: Children) => Templatelegend
: (props?: HtmlProps<HTMLLegendElement> & DomEventProps<HTMLLegendElement>, children?: Children) => Templateli
: (props?: HtmlProps<HTMLLIElement> & DomEventProps<HTMLLIElement>, children?: Children) => Templateline
: (props?: SvgProps<SVGLineElement> & DomEventProps<SVGLineElement>, children?: Children) => TemplatelinearGradient
: (props?: SvgProps<SVGLinearGradientElement> & DomEventProps<SVGLinearGradientElement>, children?: Children) => Templatelink
: (props?: HtmlProps<HTMLLinkElement> & DomEventProps<HTMLLinkElement>, children?: Children) => Templatemain
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatemap
: (props?: HtmlProps<HTMLMapElement> & DomEventProps<HTMLMapElement>, children?: Children) => Templatemark
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatemarker
: (props?: SvgProps<SVGMarkerElement> & DomEventProps<SVGMarkerElement>, children?: Children) => Templatemarquee
: (props?: HtmlProps<HTMLMarqueeElement> & DomEventProps<HTMLMarqueeElement>, children?: Children) => Templatemask
: (props?: SvgProps<SVGMaskElement> & DomEventProps<SVGMaskElement>, children?: Children) => Templatemenu
: (props?: HtmlProps<HTMLMenuElement> & DomEventProps<HTMLMenuElement>, children?: Children) => Templatemenuitem
: (props?: HtmlProps<HTMLUnknownElement> & DomEventProps<HTMLUnknownElement>, children?: Children) => Templatemeta
: (props?: HtmlProps<HTMLMetaElement> & DomEventProps<HTMLMetaElement>, children?: Children) => Templatemeter
: (props?: HtmlProps<HTMLMeterElement> & DomEventProps<HTMLMeterElement>, children?: Children) => Templatenav
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatenoscript
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateobject
: (props?: HtmlProps<HTMLObjectElement> & DomEventProps<HTMLObjectElement>, children?: Children) => Templateol
: (props?: HtmlProps<HTMLOListElement> & DomEventProps<HTMLOListElement>, children?: Children) => Templateoptgroup
: (props?: HtmlProps<HTMLOptGroupElement> & DomEventProps<HTMLOptGroupElement>, children?: Children) => Templateoption
: (props?: HtmlProps<HTMLOptionElement> & DomEventProps<HTMLOptionElement>, children?: Children) => Templateoutput
: (props?: HtmlProps<HTMLOutputElement> & DomEventProps<HTMLOutputElement>, children?: Children) => Templatep
: (props?: HtmlProps<HTMLParagraphElement> & DomEventProps<HTMLParagraphElement>, children?: Children) => Templateparam
: (props?: HtmlProps<HTMLParamElement> & DomEventProps<HTMLParamElement>, children?: Children) => Templatepath
: (props?: SvgProps<SVGPathElement> & DomEventProps<SVGPathElement>, children?: Children) => Templatepattern
: (props?: SvgProps<SVGPatternElement> & DomEventProps<SVGPatternElement>, children?: Children) => Templatepicture
: (props?: HtmlProps<HTMLPictureElement> & DomEventProps<HTMLPictureElement>, children?: Children) => Templatepolygon
: (props?: SvgProps<SVGPolygonElement> & DomEventProps<SVGPolygonElement>, children?: Children) => Templatepolyline
: (props?: SvgProps<SVGPolylineElement> & DomEventProps<SVGPolylineElement>, children?: Children) => Templatepre
: (props?: HtmlProps<HTMLPreElement> & DomEventProps<HTMLPreElement>, children?: Children) => Templateprogress
: (props?: HtmlProps<HTMLProgressElement> & DomEventProps<HTMLProgressElement>, children?: Children) => Templateq
: (props?: HtmlProps<HTMLQuoteElement> & DomEventProps<HTMLQuoteElement>, children?: Children) => TemplateradialGradient
: (props?: SvgProps<SVGRadialGradientElement> & DomEventProps<SVGRadialGradientElement>, children?: Children) => Templaterect
: (props?: SvgProps<SVGRectElement> & DomEventProps<SVGRectElement>, children?: Children) => Templaterp
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatert
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateruby
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templates
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatesamp
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatescript
: (props?: HtmlProps<HTMLScriptElement> & DomEventProps<HTMLScriptElement>, children?: Children) => Templatesection
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateselect
: (props?: HtmlProps<HTMLSelectElement> & DomEventProps<HTMLSelectElement>, children?: Children) => Templateslot
: (props?: HtmlProps<HTMLSlotElement> & DomEventProps<HTMLSlotElement>, children?: Children) => Templatesmall
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatesource
: (props?: HtmlProps<HTMLSourceElement> & DomEventProps<HTMLSourceElement>, children?: Children) => Templatespan
: (props?: HtmlProps<HTMLSpanElement> & DomEventProps<HTMLSpanElement>, children?: Children) => Templatestop
: (props?: SvgProps<SVGStopElement> & DomEventProps<SVGStopElement>, children?: Children) => Templatestrong
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatestyle
: (props?: HtmlProps<HTMLStyleElement> & DomEventProps<HTMLStyleElement>, children?: Children) => Templatesub
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatesummary
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatesup
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatesvg
: (props?: SvgProps<SVGSVGElement> & DomEventProps<SVGSVGElement>, children?: Children) => Templatesymbol
: (props?: SvgProps<SVGSymbolElement> & DomEventProps<SVGSymbolElement>, children?: Children) => Templatetable
: (props?: HtmlProps<HTMLTableElement> & DomEventProps<HTMLTableElement>, children?: Children) => Templatetbody
: (props?: HtmlProps<HTMLTableSectionElement> & DomEventProps<HTMLTableSectionElement>, children?: Children) => Templatetd
: (props?: HtmlProps<HTMLTableCellElement> & DomEventProps<HTMLTableCellElement>, children?: Children) => Templatetext
: (props?: SvgProps<SVGTextElement> & DomEventProps<SVGTextElement>, children?: Children) => TemplatetextPath
: (props?: SvgProps<SVGTextPathElement> & DomEventProps<SVGTextPathElement>, children?: Children) => Templatetextarea
: (props?: HtmlProps<HTMLTextAreaElement> & DomEventProps<HTMLTextAreaElement>, children?: Children) => Templatetfoot
: (props?: HtmlProps<HTMLTableSectionElement> & DomEventProps<HTMLTableSectionElement>, children?: Children) => Templateth
: (props?: HtmlProps<HTMLTableCellElement> & DomEventProps<HTMLTableCellElement>, children?: Children) => Templatethead
: (props?: HtmlProps<HTMLTableSectionElement> & DomEventProps<HTMLTableSectionElement>, children?: Children) => Templatetime
: (props?: HtmlProps<HTMLTimeElement> & DomEventProps<HTMLTimeElement>, children?: Children) => Templatetitle
: (props?: HtmlProps<HTMLTitleElement> & DomEventProps<HTMLTitleElement>, children?: Children) => Templatetr
: (props?: HtmlProps<HTMLTableRowElement> & DomEventProps<HTMLTableRowElement>, children?: Children) => Templatetrack
: (props?: HtmlProps<HTMLTrackElement> & DomEventProps<HTMLTrackElement>, children?: Children) => Templatetspan
: (props?: SvgProps<SVGTSpanElement> & DomEventProps<SVGTSpanElement>, children?: Children) => Templateu
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templateul
: (props?: HtmlProps<HTMLUListElement> & DomEventProps<HTMLUListElement>, children?: Children) => Templateuse
: (props?: SvgProps<SVGUseElement> & DomEventProps<SVGUseElement>, children?: Children) => Templatevar
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Templatevideo
: (props?: HtmlProps<HTMLVideoElement> & DomEventProps<HTMLVideoElement>, children?: Children) => Templatewbr
: (props?: HtmlProps<HTMLElement> & DomEventProps<HTMLElement>, children?: Children) => Template
Shorthand for createElement with convenience methods for intrinsic elements.