Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSXInternal.IntrinsicElements

interface IntrinsicElements {
a: HTMLAttributes<HTMLAnchorElement>;
abbr: HTMLAttributes<HTMLElement>;
address: HTMLAttributes<HTMLElement>;
animate: SVGAttributes<SVGAnimateElement>;
animateTransform: SVGAttributes<SVGAnimateElement>;
area: HTMLAttributes<HTMLAreaElement>;
article: HTMLAttributes<HTMLElement>;
aside: HTMLAttributes<HTMLElement>;
audio: HTMLAttributes<HTMLAudioElement>;
b: HTMLAttributes<HTMLElement>;
base: HTMLAttributes<HTMLBaseElement>;
bdi: HTMLAttributes<HTMLElement>;
bdo: HTMLAttributes<HTMLElement>;
big: HTMLAttributes<HTMLElement>;
blockquote: HTMLAttributes<HTMLQuoteElement>;
body: HTMLAttributes<HTMLBodyElement>;
br: HTMLAttributes<HTMLBRElement>;
button: HTMLAttributes<HTMLButtonElement>;
canvas: HTMLAttributes<HTMLCanvasElement>;
caption: HTMLAttributes<HTMLTableCaptionElement>;
circle: SVGAttributes<SVGCircleElement>;
cite: HTMLAttributes<HTMLElement>;
clipPath: SVGAttributes<SVGClipPathElement>;
code: HTMLAttributes<HTMLElement>;
col: HTMLAttributes<HTMLTableColElement>;
colgroup: HTMLAttributes<HTMLTableColElement>;
data: HTMLAttributes<HTMLDataElement>;
datalist: HTMLAttributes<HTMLDataListElement>;
dd: HTMLAttributes<HTMLElement>;
defs: SVGAttributes<SVGDefsElement>;
del: HTMLAttributes<HTMLModElement>;
desc: SVGAttributes<SVGDescElement>;
details: HTMLAttributes<HTMLDetailsElement>;
dfn: HTMLAttributes<HTMLElement>;
dialog: HTMLAttributes<HTMLDialogElement>;
div: HTMLAttributes<HTMLDivElement>;
dl: HTMLAttributes<HTMLDListElement>;
dt: HTMLAttributes<HTMLElement>;
ellipse: SVGAttributes<SVGEllipseElement>;
em: HTMLAttributes<HTMLElement>;
embed: HTMLAttributes<HTMLEmbedElement>;
feBlend: SVGAttributes<SVGFEBlendElement>;
feColorMatrix: SVGAttributes<SVGFEColorMatrixElement>;
feComponentTransfer: SVGAttributes<SVGFEComponentTransferElement>;
feComposite: SVGAttributes<SVGFECompositeElement>;
feConvolveMatrix: SVGAttributes<SVGFEConvolveMatrixElement>;
feDiffuseLighting: SVGAttributes<SVGFEDiffuseLightingElement>;
feDisplacementMap: SVGAttributes<SVGFEDisplacementMapElement>;
feDropShadow: SVGAttributes<SVGFEDropShadowElement>;
feFlood: SVGAttributes<SVGFEFloodElement>;
feFuncA: SVGAttributes<SVGFEFuncAElement>;
feFuncB: SVGAttributes<SVGFEFuncBElement>;
feFuncG: SVGAttributes<SVGFEFuncGElement>;
feFuncR: SVGAttributes<SVGFEFuncRElement>;
feGaussianBlur: SVGAttributes<SVGFEGaussianBlurElement>;
feImage: SVGAttributes<SVGFEImageElement>;
feMerge: SVGAttributes<SVGFEMergeElement>;
feMergeNode: SVGAttributes<SVGFEMergeNodeElement>;
feMorphology: SVGAttributes<SVGFEMorphologyElement>;
feOffset: SVGAttributes<SVGFEOffsetElement>;
feSpecularLighting: SVGAttributes<SVGFESpecularLightingElement>;
feTile: SVGAttributes<SVGFETileElement>;
feTurbulence: SVGAttributes<SVGFETurbulenceElement>;
fieldset: HTMLAttributes<HTMLFieldSetElement>;
figcaption: HTMLAttributes<HTMLElement>;
figure: HTMLAttributes<HTMLElement>;
filter: SVGAttributes<SVGFilterElement>;
footer: HTMLAttributes<HTMLElement>;
foreignObject: SVGAttributes<SVGForeignObjectElement>;
form: HTMLAttributes<HTMLFormElement>;
g: SVGAttributes<SVGGElement>;
h1: HTMLAttributes<HTMLHeadingElement>;
h2: HTMLAttributes<HTMLHeadingElement>;
h3: HTMLAttributes<HTMLHeadingElement>;
h4: HTMLAttributes<HTMLHeadingElement>;
h5: HTMLAttributes<HTMLHeadingElement>;
h6: HTMLAttributes<HTMLHeadingElement>;
head: HTMLAttributes<HTMLHeadElement>;
header: HTMLAttributes<HTMLElement>;
hgroup: HTMLAttributes<HTMLElement>;
hr: HTMLAttributes<HTMLHRElement>;
html: HTMLAttributes<HTMLHtmlElement>;
i: HTMLAttributes<HTMLElement>;
iframe: HTMLAttributes<HTMLIFrameElement>;
image: SVGAttributes<SVGImageElement>;
img: HTMLAttributes<HTMLImageElement>;
input: HTMLAttributes<HTMLInputElement> & {
defaultValue?: string;
}
;
ins: HTMLAttributes<HTMLModElement>;
kbd: HTMLAttributes<HTMLElement>;
keygen: HTMLAttributes<HTMLUnknownElement>;
label: HTMLAttributes<HTMLLabelElement>;
legend: HTMLAttributes<HTMLLegendElement>;
li: HTMLAttributes<HTMLLIElement>;
line: SVGAttributes<SVGLineElement>;
linearGradient: SVGAttributes<SVGLinearGradientElement>;
link: HTMLAttributes<HTMLLinkElement>;
main: HTMLAttributes<HTMLElement>;
map: HTMLAttributes<HTMLMapElement>;
mark: HTMLAttributes<HTMLElement>;
marker: SVGAttributes<SVGMarkerElement>;
mask: SVGAttributes<SVGMaskElement>;
menu: HTMLAttributes<HTMLMenuElement>;
menuitem: HTMLAttributes<HTMLUnknownElement>;
meta: HTMLAttributes<HTMLMetaElement>;
meter: HTMLAttributes<HTMLMeterElement>;
nav: HTMLAttributes<HTMLElement>;
noscript: HTMLAttributes<HTMLElement>;
object: HTMLAttributes<HTMLObjectElement>;
ol: HTMLAttributes<HTMLOListElement>;
optgroup: HTMLAttributes<HTMLOptGroupElement>;
option: HTMLAttributes<HTMLOptionElement>;
output: HTMLAttributes<HTMLOutputElement>;
p: HTMLAttributes<HTMLParagraphElement>;
param: HTMLAttributes<HTMLParamElement>;
path: SVGAttributes<SVGPathElement>;
pattern: SVGAttributes<SVGPatternElement>;
picture: HTMLAttributes<HTMLPictureElement>;
polygon: SVGAttributes<SVGPolygonElement>;
polyline: SVGAttributes<SVGPolylineElement>;
pre: HTMLAttributes<HTMLPreElement>;
progress: HTMLAttributes<HTMLProgressElement>;
q: HTMLAttributes<HTMLQuoteElement>;
radialGradient: SVGAttributes<SVGRadialGradientElement>;
rect: SVGAttributes<SVGRectElement>;
rp: HTMLAttributes<HTMLElement>;
rt: HTMLAttributes<HTMLElement>;
ruby: HTMLAttributes<HTMLElement>;
s: HTMLAttributes<HTMLElement>;
samp: HTMLAttributes<HTMLElement>;
script: HTMLAttributes<HTMLScriptElement>;
section: HTMLAttributes<HTMLElement>;
select: HTMLAttributes<HTMLSelectElement>;
slot: HTMLAttributes<HTMLSlotElement>;
small: HTMLAttributes<HTMLElement>;
source: HTMLAttributes<HTMLSourceElement>;
span: HTMLAttributes<HTMLSpanElement>;
stop: SVGAttributes<SVGStopElement>;
strong: HTMLAttributes<HTMLElement>;
style: HTMLAttributes<HTMLStyleElement>;
sub: HTMLAttributes<HTMLElement>;
summary: HTMLAttributes<HTMLElement>;
sup: HTMLAttributes<HTMLElement>;
svg: SVGAttributes<SVGSVGElement>;
symbol: SVGAttributes<SVGSymbolElement>;
table: HTMLAttributes<HTMLTableElement>;
tbody: HTMLAttributes<HTMLTableSectionElement>;
td: HTMLAttributes<HTMLTableCellElement>;
text: SVGAttributes<SVGTextElement>;
textarea: HTMLAttributes<HTMLTextAreaElement>;
textPath: SVGAttributes<SVGTextPathElement>;
tfoot: HTMLAttributes<HTMLTableSectionElement>;
th: HTMLAttributes<HTMLTableCellElement>;
thead: HTMLAttributes<HTMLTableSectionElement>;
time: HTMLAttributes<HTMLTimeElement>;
title: HTMLAttributes<HTMLTitleElement>;
tr: HTMLAttributes<HTMLTableRowElement>;
track: HTMLAttributes<HTMLTrackElement>;
tspan: SVGAttributes<SVGTSpanElement>;
u: HTMLAttributes<HTMLElement>;
ul: HTMLAttributes<HTMLUListElement>;
use: SVGAttributes<SVGUseElement>;
var: HTMLAttributes<HTMLElement>;
video: HTMLAttributes<HTMLVideoElement>;
wbr: HTMLAttributes<HTMLElement>;
}

§Properties

§
a: HTMLAttributes<HTMLAnchorElement>
[src]
§
abbr: HTMLAttributes<HTMLElement>
[src]
§
address: HTMLAttributes<HTMLElement>
[src]
§
animate: SVGAttributes<SVGAnimateElement>
[src]
§
animateTransform: SVGAttributes<SVGAnimateElement>
[src]
§
area: HTMLAttributes<HTMLAreaElement>
[src]
§
article: HTMLAttributes<HTMLElement>
[src]
§
aside: HTMLAttributes<HTMLElement>
[src]
§
audio: HTMLAttributes<HTMLAudioElement>
[src]
§
b: HTMLAttributes<HTMLElement>
[src]
§
base: HTMLAttributes<HTMLBaseElement>
[src]
§
bdi: HTMLAttributes<HTMLElement>
[src]
§
bdo: HTMLAttributes<HTMLElement>
[src]
§
big: HTMLAttributes<HTMLElement>
[src]
§
blockquote: HTMLAttributes<HTMLQuoteElement>
[src]
§
body: HTMLAttributes<HTMLBodyElement>
[src]
§
br: HTMLAttributes<HTMLBRElement>
[src]
§
button: HTMLAttributes<HTMLButtonElement>
[src]
§
canvas: HTMLAttributes<HTMLCanvasElement>
[src]
§
caption: HTMLAttributes<HTMLTableCaptionElement>
[src]
§
circle: SVGAttributes<SVGCircleElement>
[src]
§
cite: HTMLAttributes<HTMLElement>
[src]
§
clipPath: SVGAttributes<SVGClipPathElement>
[src]
§
code: HTMLAttributes<HTMLElement>
[src]
§
col: HTMLAttributes<HTMLTableColElement>
[src]
§
colgroup: HTMLAttributes<HTMLTableColElement>
[src]
§
data: HTMLAttributes<HTMLDataElement>
[src]
§
datalist: HTMLAttributes<HTMLDataListElement>
[src]
§
dd: HTMLAttributes<HTMLElement>
[src]
§
defs: SVGAttributes<SVGDefsElement>
[src]
§
del: HTMLAttributes<HTMLModElement>
[src]
§
desc: SVGAttributes<SVGDescElement>
[src]
§
details: HTMLAttributes<HTMLDetailsElement>
[src]
§
dfn: HTMLAttributes<HTMLElement>
[src]
§
dialog: HTMLAttributes<HTMLDialogElement>
[src]
§
div: HTMLAttributes<HTMLDivElement>
[src]
§
dl: HTMLAttributes<HTMLDListElement>
[src]
§
dt: HTMLAttributes<HTMLElement>
[src]
§
ellipse: SVGAttributes<SVGEllipseElement>
[src]
§
em: HTMLAttributes<HTMLElement>
[src]
§
embed: HTMLAttributes<HTMLEmbedElement>
[src]
§
feBlend: SVGAttributes<SVGFEBlendElement>
[src]
§
feColorMatrix: SVGAttributes<SVGFEColorMatrixElement>
[src]
§
feComponentTransfer: SVGAttributes<SVGFEComponentTransferElement>
[src]
§
feComposite: SVGAttributes<SVGFECompositeElement>
[src]
§
feConvolveMatrix: SVGAttributes<SVGFEConvolveMatrixElement>
[src]
§
feDiffuseLighting: SVGAttributes<SVGFEDiffuseLightingElement>
[src]
§
feDisplacementMap: SVGAttributes<SVGFEDisplacementMapElement>
[src]
§
feDropShadow: SVGAttributes<SVGFEDropShadowElement>
[src]
§
feFlood: SVGAttributes<SVGFEFloodElement>
[src]
§
feFuncA: SVGAttributes<SVGFEFuncAElement>
[src]
§
feFuncB: SVGAttributes<SVGFEFuncBElement>
[src]
§
feFuncG: SVGAttributes<SVGFEFuncGElement>
[src]
§
feFuncR: SVGAttributes<SVGFEFuncRElement>
[src]
§
feGaussianBlur: SVGAttributes<SVGFEGaussianBlurElement>
[src]
§
feImage: SVGAttributes<SVGFEImageElement>
[src]
§
feMerge: SVGAttributes<SVGFEMergeElement>
[src]
§
feMergeNode: SVGAttributes<SVGFEMergeNodeElement>
[src]
§
feMorphology: SVGAttributes<SVGFEMorphologyElement>
[src]
§
feOffset: SVGAttributes<SVGFEOffsetElement>
[src]
§
feSpecularLighting: SVGAttributes<SVGFESpecularLightingElement>
[src]
§
feTile: SVGAttributes<SVGFETileElement>
[src]
§
feTurbulence: SVGAttributes<SVGFETurbulenceElement>
[src]
§
fieldset: HTMLAttributes<HTMLFieldSetElement>
[src]
§
figcaption: HTMLAttributes<HTMLElement>
[src]
§
figure: HTMLAttributes<HTMLElement>
[src]
§
filter: SVGAttributes<SVGFilterElement>
[src]
§
foreignObject: SVGAttributes<SVGForeignObjectElement>
[src]
§
form: HTMLAttributes<HTMLFormElement>
[src]
§
g: SVGAttributes<SVGGElement>
[src]
§
h1: HTMLAttributes<HTMLHeadingElement>
[src]
§
h2: HTMLAttributes<HTMLHeadingElement>
[src]
§
h3: HTMLAttributes<HTMLHeadingElement>
[src]
§
h4: HTMLAttributes<HTMLHeadingElement>
[src]
§
h5: HTMLAttributes<HTMLHeadingElement>
[src]
§
h6: HTMLAttributes<HTMLHeadingElement>
[src]
§
hgroup: HTMLAttributes<HTMLElement>
[src]
§
hr: HTMLAttributes<HTMLHRElement>
[src]
§
html: HTMLAttributes<HTMLHtmlElement>
[src]
§
i: HTMLAttributes<HTMLElement>
[src]
§
iframe: HTMLAttributes<HTMLIFrameElement>
[src]
§
image: SVGAttributes<SVGImageElement>
[src]
§
img: HTMLAttributes<HTMLImageElement>
[src]
§
input: HTMLAttributes<HTMLInputElement> & {
defaultValue?: string;
}
[src]
§
ins: HTMLAttributes<HTMLModElement>
[src]
§
kbd: HTMLAttributes<HTMLElement>
[src]
§
keygen: HTMLAttributes<HTMLUnknownElement>
[src]
§
label: HTMLAttributes<HTMLLabelElement>
[src]
§
legend: HTMLAttributes<HTMLLegendElement>
[src]
§
li: HTMLAttributes<HTMLLIElement>
[src]
§
line: SVGAttributes<SVGLineElement>
[src]
§
linearGradient: SVGAttributes<SVGLinearGradientElement>
[src]
§
main: HTMLAttributes<HTMLElement>
[src]
§
map: HTMLAttributes<HTMLMapElement>
[src]
§
mark: HTMLAttributes<HTMLElement>
[src]
§
marker: SVGAttributes<SVGMarkerElement>
[src]
§
mask: SVGAttributes<SVGMaskElement>
[src]
§
meta: HTMLAttributes<HTMLMetaElement>
[src]
§
meter: HTMLAttributes<HTMLMeterElement>
[src]
§
noscript: HTMLAttributes<HTMLElement>
[src]
§
object: HTMLAttributes<HTMLObjectElement>
[src]
§
ol: HTMLAttributes<HTMLOListElement>
[src]
§
optgroup: HTMLAttributes<HTMLOptGroupElement>
[src]
§
option: HTMLAttributes<HTMLOptionElement>
[src]
§
output: HTMLAttributes<HTMLOutputElement>
[src]
§
p: HTMLAttributes<HTMLParagraphElement>
[src]
§
param: HTMLAttributes<HTMLParamElement>
[src]
§
path: SVGAttributes<SVGPathElement>
[src]
§
pattern: SVGAttributes<SVGPatternElement>
[src]
§
picture: HTMLAttributes<HTMLPictureElement>
[src]
§
polygon: SVGAttributes<SVGPolygonElement>
[src]
§
polyline: SVGAttributes<SVGPolylineElement>
[src]
§
pre: HTMLAttributes<HTMLPreElement>
[src]
§
progress: HTMLAttributes<HTMLProgressElement>
[src]
§
q: HTMLAttributes<HTMLQuoteElement>
[src]
§
radialGradient: SVGAttributes<SVGRadialGradientElement>
[src]
§
rect: SVGAttributes<SVGRectElement>
[src]
§
rp: HTMLAttributes<HTMLElement>
[src]
§
rt: HTMLAttributes<HTMLElement>
[src]
§
ruby: HTMLAttributes<HTMLElement>
[src]
§
s: HTMLAttributes<HTMLElement>
[src]
§
samp: HTMLAttributes<HTMLElement>
[src]
§
script: HTMLAttributes<HTMLScriptElement>
[src]
§
section: HTMLAttributes<HTMLElement>
[src]
§
select: HTMLAttributes<HTMLSelectElement>
[src]
§
slot: HTMLAttributes<HTMLSlotElement>
[src]
§
small: HTMLAttributes<HTMLElement>
[src]
§
source: HTMLAttributes<HTMLSourceElement>
[src]
§
span: HTMLAttributes<HTMLSpanElement>
[src]
§
stop: SVGAttributes<SVGStopElement>
[src]
§
strong: HTMLAttributes<HTMLElement>
[src]
§
style: HTMLAttributes<HTMLStyleElement>
[src]
§
sub: HTMLAttributes<HTMLElement>
[src]
§
summary: HTMLAttributes<HTMLElement>
[src]
§
sup: HTMLAttributes<HTMLElement>
[src]
§
svg: SVGAttributes<SVGSVGElement>
[src]
§
symbol: SVGAttributes<SVGSymbolElement>
[src]
§
table: HTMLAttributes<HTMLTableElement>
[src]
§
tbody: HTMLAttributes<HTMLTableSectionElement>
[src]
§
td: HTMLAttributes<HTMLTableCellElement>
[src]
§
text: SVGAttributes<SVGTextElement>
[src]
§
textarea: HTMLAttributes<HTMLTextAreaElement>
[src]
§
textPath: SVGAttributes<SVGTextPathElement>
[src]
§
tfoot: HTMLAttributes<HTMLTableSectionElement>
[src]
§
th: HTMLAttributes<HTMLTableCellElement>
[src]
§
thead: HTMLAttributes<HTMLTableSectionElement>
[src]
§
time: HTMLAttributes<HTMLTimeElement>
[src]
§
title: HTMLAttributes<HTMLTitleElement>
[src]
§
tr: HTMLAttributes<HTMLTableRowElement>
[src]
§
track: HTMLAttributes<HTMLTrackElement>
[src]
§
tspan: SVGAttributes<SVGTSpanElement>
[src]
§
u: HTMLAttributes<HTMLElement>
[src]
§
ul: HTMLAttributes<HTMLUListElement>
[src]
§
use: SVGAttributes<SVGUseElement>
[src]
§
var: HTMLAttributes<HTMLElement>
[src]
§
video: HTMLAttributes<HTMLVideoElement>
[src]
§
wbr: HTMLAttributes<HTMLElement>
[src]