JSXInternal.IntrinsicElements
interface IntrinsicElements extends IntrinsicSVGElements, IntrinsicMathMLElements {
a: AnchorHTMLAttributes<HTMLAnchorElement>;
abbr: HTMLAttributes<HTMLElement>;
address: HTMLAttributes<HTMLElement>;
area: AreaHTMLAttributes<HTMLAreaElement>;
article: HTMLAttributes<HTMLElement>;
aside: HTMLAttributes<HTMLElement>;
audio: AudioHTMLAttributes<HTMLAudioElement>;
b: HTMLAttributes<HTMLElement>;
base: BaseHTMLAttributes<HTMLBaseElement>;
bdi: HTMLAttributes<HTMLElement>;
bdo: HTMLAttributes<HTMLElement>;
big: HTMLAttributes<HTMLElement>;
blockquote: BlockquoteHTMLAttributes<HTMLQuoteElement>;
body: HTMLAttributes<HTMLBodyElement>;
br: HTMLAttributes<HTMLBRElement>;
button: ButtonHTMLAttributes<HTMLButtonElement>;
canvas: CanvasHTMLAttributes<HTMLCanvasElement>;
caption: HTMLAttributes<HTMLTableCaptionElement>;
cite: HTMLAttributes<HTMLElement>;
code: HTMLAttributes<HTMLElement>;
col: ColHTMLAttributes<HTMLTableColElement>;
colgroup: ColgroupHTMLAttributes<HTMLTableColElement>;
data: DataHTMLAttributes<HTMLDataElement>;
datalist: HTMLAttributes<HTMLDataListElement>;
dd: HTMLAttributes<HTMLElement>;
del: DelHTMLAttributes<HTMLModElement>;
details: DetailsHTMLAttributes<HTMLDetailsElement>;
dfn: HTMLAttributes<HTMLElement>;
dialog: DialogHTMLAttributes<HTMLDialogElement>;
div: HTMLAttributes<HTMLDivElement>;
dl: HTMLAttributes<HTMLDListElement>;
dt: HTMLAttributes<HTMLElement>;
em: HTMLAttributes<HTMLElement>;
embed: EmbedHTMLAttributes<HTMLEmbedElement>;
fieldset: FieldsetHTMLAttributes<HTMLFieldSetElement>;
figcaption: HTMLAttributes<HTMLElement>;
figure: HTMLAttributes<HTMLElement>;
footer: HTMLAttributes<HTMLElement>;
form: FormHTMLAttributes<HTMLFormElement>;
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: IframeHTMLAttributes<HTMLIFrameElement>;
img: ImgHTMLAttributes<HTMLImageElement>;
input: InputHTMLAttributes<HTMLInputElement>;
ins: InsHTMLAttributes<HTMLModElement>;
kbd: HTMLAttributes<HTMLElement>;
keygen: KeygenHTMLAttributes<HTMLUnknownElement>;
label: LabelHTMLAttributes<HTMLLabelElement>;
legend: HTMLAttributes<HTMLLegendElement>;
li: LiHTMLAttributes<HTMLLIElement>;
link: LinkHTMLAttributes<HTMLLinkElement>;
main: HTMLAttributes<HTMLElement>;
map: MapHTMLAttributes<HTMLMapElement>;
mark: HTMLAttributes<HTMLElement>;
marquee: MarqueeHTMLAttributes<HTMLMarqueeElement>;
menu: MenuHTMLAttributes<HTMLMenuElement>;
menuitem: HTMLAttributes<HTMLUnknownElement>;
meta: MetaHTMLAttributes<HTMLMetaElement>;
meter: MeterHTMLAttributes<HTMLMeterElement>;
nav: HTMLAttributes<HTMLElement>;
noscript: HTMLAttributes<HTMLElement>;
object: ObjectHTMLAttributes<HTMLObjectElement>;
ol: OlHTMLAttributes<HTMLOListElement>;
optgroup: OptgroupHTMLAttributes<HTMLOptGroupElement>;
option: OptionHTMLAttributes<HTMLOptionElement>;
output: OutputHTMLAttributes<HTMLOutputElement>;
p: HTMLAttributes<HTMLParagraphElement>;
param: ParamHTMLAttributes<HTMLParamElement>;
picture: HTMLAttributes<HTMLPictureElement>;
pre: HTMLAttributes<HTMLPreElement>;
progress: ProgressHTMLAttributes<HTMLProgressElement>;
q: QuoteHTMLAttributes<HTMLQuoteElement>;
rp: HTMLAttributes<HTMLElement>;
rt: HTMLAttributes<HTMLElement>;
ruby: HTMLAttributes<HTMLElement>;
s: HTMLAttributes<HTMLElement>;
samp: HTMLAttributes<HTMLElement>;
script: ScriptHTMLAttributes<HTMLScriptElement>;
search: HTMLAttributes<HTMLElement>;
section: HTMLAttributes<HTMLElement>;
select: SelectHTMLAttributes<HTMLSelectElement>;
slot: SlotHTMLAttributes<HTMLSlotElement>;
small: HTMLAttributes<HTMLElement>;
source: SourceHTMLAttributes<HTMLSourceElement>;
span: HTMLAttributes<HTMLSpanElement>;
strong: HTMLAttributes<HTMLElement>;
style: StyleHTMLAttributes<HTMLStyleElement>;
sub: HTMLAttributes<HTMLElement>;
summary: HTMLAttributes<HTMLElement>;
sup: HTMLAttributes<HTMLElement>;
table: TableHTMLAttributes<HTMLTableElement>;
tbody: HTMLAttributes<HTMLTableSectionElement>;
td: TdHTMLAttributes<HTMLTableCellElement>;
template: HTMLAttributes<HTMLTemplateElement>;
textarea: TextareaHTMLAttributes<HTMLTextAreaElement>;
tfoot: HTMLAttributes<HTMLTableSectionElement>;
th: ThHTMLAttributes<HTMLTableCellElement>;
thead: HTMLAttributes<HTMLTableSectionElement>;
time: TimeHTMLAttributes<HTMLTimeElement>;
title: HTMLAttributes<HTMLTitleElement>;
tr: HTMLAttributes<HTMLTableRowElement>;
track: TrackHTMLAttributes<HTMLTrackElement>;
u: HTMLAttributes<HTMLElement>;
ul: HTMLAttributes<HTMLUListElement>;
var: HTMLAttributes<HTMLElement>;
video: VideoHTMLAttributes<HTMLVideoElement>;
wbr: HTMLAttributes<HTMLElement>;
}§Properties
§
abbr: HTMLAttributes<HTMLElement>
[src]§
address: HTMLAttributes<HTMLElement>
[src]§
article: HTMLAttributes<HTMLElement>
[src]§
aside: HTMLAttributes<HTMLElement>
[src]§
b: HTMLAttributes<HTMLElement>
[src]§
bdi: HTMLAttributes<HTMLElement>
[src]§
bdo: HTMLAttributes<HTMLElement>
[src]§
big: HTMLAttributes<HTMLElement>
[src]§
body: HTMLAttributes<HTMLBodyElement>
[src]§
br: HTMLAttributes<HTMLBRElement>
[src]§
cite: HTMLAttributes<HTMLElement>
[src]§
code: HTMLAttributes<HTMLElement>
[src]§
datalist: HTMLAttributes<HTMLDataListElement>
[src]§
dd: HTMLAttributes<HTMLElement>
[src]§
dfn: HTMLAttributes<HTMLElement>
[src]§
div: HTMLAttributes<HTMLDivElement>
[src]§
dl: HTMLAttributes<HTMLDListElement>
[src]§
dt: HTMLAttributes<HTMLElement>
[src]§
em: HTMLAttributes<HTMLElement>
[src]§
figure: HTMLAttributes<HTMLElement>
[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]§
head: HTMLAttributes<HTMLHeadElement>
[src]§
header: HTMLAttributes<HTMLElement>
[src]§
hgroup: HTMLAttributes<HTMLElement>
[src]§
hr: HTMLAttributes<HTMLHRElement>
[src]§
html: HTMLAttributes<HTMLHtmlElement>
[src]§
i: HTMLAttributes<HTMLElement>
[src]§
kbd: HTMLAttributes<HTMLElement>
[src]§
legend: HTMLAttributes<HTMLLegendElement>
[src]§
main: HTMLAttributes<HTMLElement>
[src]§
mark: HTMLAttributes<HTMLElement>
[src]§
noscript: HTMLAttributes<HTMLElement>
[src]§
p: HTMLAttributes<HTMLParagraphElement>
[src]§
picture: HTMLAttributes<HTMLPictureElement>
[src]§
pre: HTMLAttributes<HTMLPreElement>
[src]§
rp: HTMLAttributes<HTMLElement>
[src]§
rt: HTMLAttributes<HTMLElement>
[src]§
ruby: HTMLAttributes<HTMLElement>
[src]§
s: HTMLAttributes<HTMLElement>
[src]§
samp: HTMLAttributes<HTMLElement>
[src]§
search: HTMLAttributes<HTMLElement>
[src]§
section: HTMLAttributes<HTMLElement>
[src]§
small: HTMLAttributes<HTMLElement>
[src]§
span: HTMLAttributes<HTMLSpanElement>
[src]§
strong: HTMLAttributes<HTMLElement>
[src]§
sub: HTMLAttributes<HTMLElement>
[src]§
summary: HTMLAttributes<HTMLElement>
[src]§
sup: HTMLAttributes<HTMLElement>
[src]§
tbody: HTMLAttributes<HTMLTableSectionElement>
[src]§
template: HTMLAttributes<HTMLTemplateElement>
[src]§
tfoot: HTMLAttributes<HTMLTableSectionElement>
[src]§
thead: HTMLAttributes<HTMLTableSectionElement>
[src]§
title: HTMLAttributes<HTMLTitleElement>
[src]§
tr: HTMLAttributes<HTMLTableRowElement>
[src]§
u: HTMLAttributes<HTMLElement>
[src]§
ul: HTMLAttributes<HTMLUListElement>
[src]§
var: HTMLAttributes<HTMLElement>
[src]§
wbr: HTMLAttributes<HTMLElement>
[src]