Юниверс DG SDK UI
v2.15.0

Интерфейс ReactDOM

interface ReactDOM {
    a: DetailedHTMLFactory<
        AnchorHTMLAttributes<HTMLAnchorElement>,
        HTMLAnchorElement,
    >;
    abbr: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    address: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    animate: SVGFactory;
    area: DetailedHTMLFactory<
        AreaHTMLAttributes<HTMLAreaElement>,
        HTMLAreaElement,
    >;
    article: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    aside: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    audio: DetailedHTMLFactory<
        AudioHTMLAttributes<HTMLAudioElement>,
        HTMLAudioElement,
    >;
    b: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    base: DetailedHTMLFactory<
        BaseHTMLAttributes<HTMLBaseElement>,
        HTMLBaseElement,
    >;
    bdi: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    bdo: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    big: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    blockquote: DetailedHTMLFactory<
        BlockquoteHTMLAttributes<HTMLElement>,
        HTMLElement,
    >;
    body: DetailedHTMLFactory<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>;
    br: DetailedHTMLFactory<HTMLAttributes<HTMLBRElement>, HTMLBRElement>;
    button: DetailedHTMLFactory<
        ButtonHTMLAttributes<HTMLButtonElement>,
        HTMLButtonElement,
    >;
    canvas: DetailedHTMLFactory<
        CanvasHTMLAttributes<HTMLCanvasElement>,
        HTMLCanvasElement,
    >;
    caption: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    circle: SVGFactory;
    cite: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    clipPath: SVGFactory;
    code: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    col: DetailedHTMLFactory<
        ColHTMLAttributes<HTMLTableColElement>,
        HTMLTableColElement,
    >;
    colgroup: DetailedHTMLFactory<
        ColgroupHTMLAttributes<HTMLTableColElement>,
        HTMLTableColElement,
    >;
    data: DetailedHTMLFactory<
        DataHTMLAttributes<HTMLDataElement>,
        HTMLDataElement,
    >;
    datalist: DetailedHTMLFactory<
        HTMLAttributes<HTMLDataListElement>,
        HTMLDataListElement,
    >;
    dd: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    defs: SVGFactory;
    del: DetailedHTMLFactory<DelHTMLAttributes<HTMLElement>, HTMLElement>;
    desc: SVGFactory;
    details: DetailedHTMLFactory<
        DetailsHTMLAttributes<HTMLElement>,
        HTMLElement,
    >;
    dfn: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    dialog: DetailedHTMLFactory<
        DialogHTMLAttributes<HTMLDialogElement>,
        HTMLDialogElement,
    >;
    div: DetailedHTMLFactory<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
    dl: DetailedHTMLFactory<HTMLAttributes<HTMLDListElement>, HTMLDListElement>;
    dt: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    ellipse: SVGFactory;
    em: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    embed: DetailedHTMLFactory<
        EmbedHTMLAttributes<HTMLEmbedElement>,
        HTMLEmbedElement,
    >;
    feBlend: SVGFactory;
    feColorMatrix: SVGFactory;
    feComponentTransfer: SVGFactory;
    feComposite: SVGFactory;
    feConvolveMatrix: SVGFactory;
    feDiffuseLighting: SVGFactory;
    feDisplacementMap: SVGFactory;
    feDistantLight: SVGFactory;
    feDropShadow: SVGFactory;
    feFlood: SVGFactory;
    feFuncA: SVGFactory;
    feFuncB: SVGFactory;
    feFuncG: SVGFactory;
    feFuncR: SVGFactory;
    feGaussianBlur: SVGFactory;
    feImage: SVGFactory;
    feMerge: SVGFactory;
    feMergeNode: SVGFactory;
    feMorphology: SVGFactory;
    feOffset: SVGFactory;
    fePointLight: SVGFactory;
    feSpecularLighting: SVGFactory;
    feSpotLight: SVGFactory;
    feTile: SVGFactory;
    feTurbulence: SVGFactory;
    fieldset: DetailedHTMLFactory<
        FieldsetHTMLAttributes<HTMLFieldSetElement>,
        HTMLFieldSetElement,
    >;
    figcaption: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    figure: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    filter: SVGFactory;
    footer: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    foreignObject: SVGFactory;
    form: DetailedHTMLFactory<
        FormHTMLAttributes<HTMLFormElement>,
        HTMLFormElement,
    >;
    g: SVGFactory;
    h1: DetailedHTMLFactory<
        HTMLAttributes<HTMLHeadingElement>,
        HTMLHeadingElement,
    >;
    h2: DetailedHTMLFactory<
        HTMLAttributes<HTMLHeadingElement>,
        HTMLHeadingElement,
    >;
    h3: DetailedHTMLFactory<
        HTMLAttributes<HTMLHeadingElement>,
        HTMLHeadingElement,
    >;
    h4: DetailedHTMLFactory<
        HTMLAttributes<HTMLHeadingElement>,
        HTMLHeadingElement,
    >;
    h5: DetailedHTMLFactory<
        HTMLAttributes<HTMLHeadingElement>,
        HTMLHeadingElement,
    >;
    h6: DetailedHTMLFactory<
        HTMLAttributes<HTMLHeadingElement>,
        HTMLHeadingElement,
    >;
    head: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLHeadElement>;
    header: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    hgroup: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    hr: DetailedHTMLFactory<HTMLAttributes<HTMLHRElement>, HTMLHRElement>;
    html: DetailedHTMLFactory<
        HtmlHTMLAttributes<HTMLHtmlElement>,
        HTMLHtmlElement,
    >;
    i: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    iframe: DetailedHTMLFactory<
        IframeHTMLAttributes<HTMLIFrameElement>,
        HTMLIFrameElement,
    >;
    image: SVGFactory;
    img: DetailedHTMLFactory<
        ImgHTMLAttributes<HTMLImageElement>,
        HTMLImageElement,
    >;
    input: DetailedHTMLFactory<
        InputHTMLAttributes<HTMLInputElement>,
        HTMLInputElement,
    >;
    ins: DetailedHTMLFactory<InsHTMLAttributes<HTMLModElement>, HTMLModElement>;
    kbd: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    keygen: DetailedHTMLFactory<KeygenHTMLAttributes<HTMLElement>, HTMLElement>;
    label: DetailedHTMLFactory<
        LabelHTMLAttributes<HTMLLabelElement>,
        HTMLLabelElement,
    >;
    legend: DetailedHTMLFactory<
        HTMLAttributes<HTMLLegendElement>,
        HTMLLegendElement,
    >;
    li: DetailedHTMLFactory<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>;
    line: SVGFactory;
    linearGradient: SVGFactory;
    link: DetailedHTMLFactory<
        LinkHTMLAttributes<HTMLLinkElement>,
        HTMLLinkElement,
    >;
    main: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    map: DetailedHTMLFactory<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
    mark: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    marker: SVGFactory;
    mask: SVGFactory;
    menu: DetailedHTMLFactory<MenuHTMLAttributes<HTMLElement>, HTMLElement>;
    menuitem: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    meta: DetailedHTMLFactory<
        MetaHTMLAttributes<HTMLMetaElement>,
        HTMLMetaElement,
    >;
    metadata: SVGFactory;
    meter: DetailedHTMLFactory<MeterHTMLAttributes<HTMLElement>, HTMLElement>;
    nav: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    noscript: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    object: DetailedHTMLFactory<
        ObjectHTMLAttributes<HTMLObjectElement>,
        HTMLObjectElement,
    >;
    ol: DetailedHTMLFactory<
        OlHTMLAttributes<HTMLOListElement>,
        HTMLOListElement,
    >;
    optgroup: DetailedHTMLFactory<
        OptgroupHTMLAttributes<HTMLOptGroupElement>,
        HTMLOptGroupElement,
    >;
    option: DetailedHTMLFactory<
        OptionHTMLAttributes<HTMLOptionElement>,
        HTMLOptionElement,
    >;
    output: DetailedHTMLFactory<OutputHTMLAttributes<HTMLElement>, HTMLElement>;
    p: DetailedHTMLFactory<
        HTMLAttributes<HTMLParagraphElement>,
        HTMLParagraphElement,
    >;
    param: DetailedHTMLFactory<
        ParamHTMLAttributes<HTMLParamElement>,
        HTMLParamElement,
    >;
    path: SVGFactory;
    pattern: SVGFactory;
    picture: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    polygon: SVGFactory;
    polyline: SVGFactory;
    pre: DetailedHTMLFactory<HTMLAttributes<HTMLPreElement>, HTMLPreElement>;
    progress: DetailedHTMLFactory<
        ProgressHTMLAttributes<HTMLProgressElement>,
        HTMLProgressElement,
    >;
    q: DetailedHTMLFactory<
        QuoteHTMLAttributes<HTMLQuoteElement>,
        HTMLQuoteElement,
    >;
    radialGradient: SVGFactory;
    rect: SVGFactory;
    rp: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    rt: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    ruby: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    s: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    samp: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    script: DetailedHTMLFactory<
        ScriptHTMLAttributes<HTMLScriptElement>,
        HTMLScriptElement,
    >;
    section: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    select: DetailedHTMLFactory<
        SelectHTMLAttributes<HTMLSelectElement>,
        HTMLSelectElement,
    >;
    slot: DetailedHTMLFactory<
        SlotHTMLAttributes<HTMLSlotElement>,
        HTMLSlotElement,
    >;
    small: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    source: DetailedHTMLFactory<
        SourceHTMLAttributes<HTMLSourceElement>,
        HTMLSourceElement,
    >;
    span: DetailedHTMLFactory<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>;
    stop: SVGFactory;
    strong: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    style: DetailedHTMLFactory<
        StyleHTMLAttributes<HTMLStyleElement>,
        HTMLStyleElement,
    >;
    sub: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    summary: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    sup: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    svg: SVGFactory;
    switch: SVGFactory;
    symbol: SVGFactory;
    table: DetailedHTMLFactory<
        TableHTMLAttributes<HTMLTableElement>,
        HTMLTableElement,
    >;
    tbody: DetailedHTMLFactory<
        HTMLAttributes<HTMLTableSectionElement>,
        HTMLTableSectionElement,
    >;
    td: DetailedHTMLFactory<
        TdHTMLAttributes<HTMLTableDataCellElement>,
        HTMLTableDataCellElement,
    >;
    template: DetailedHTMLFactory<
        HTMLAttributes<HTMLTemplateElement>,
        HTMLTemplateElement,
    >;
    text: SVGFactory;
    textarea: DetailedHTMLFactory<
        TextareaHTMLAttributes<HTMLTextAreaElement>,
        HTMLTextAreaElement,
    >;
    textPath: SVGFactory;
    tfoot: DetailedHTMLFactory<
        HTMLAttributes<HTMLTableSectionElement>,
        HTMLTableSectionElement,
    >;
    th: DetailedHTMLFactory<
        ThHTMLAttributes<HTMLTableHeaderCellElement>,
        HTMLTableHeaderCellElement,
    >;
    thead: DetailedHTMLFactory<
        HTMLAttributes<HTMLTableSectionElement>,
        HTMLTableSectionElement,
    >;
    time: DetailedHTMLFactory<TimeHTMLAttributes<HTMLElement>, HTMLElement>;
    title: DetailedHTMLFactory<
        HTMLAttributes<HTMLTitleElement>,
        HTMLTitleElement,
    >;
    tr: DetailedHTMLFactory<
        HTMLAttributes<HTMLTableRowElement>,
        HTMLTableRowElement,
    >;
    track: DetailedHTMLFactory<
        TrackHTMLAttributes<HTMLTrackElement>,
        HTMLTrackElement,
    >;
    tspan: SVGFactory;
    u: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    ul: DetailedHTMLFactory<HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
    use: SVGFactory;
    var: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    video: DetailedHTMLFactory<
        VideoHTMLAttributes<HTMLVideoElement>,
        HTMLVideoElement,
    >;
    view: SVGFactory;
    wbr: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>;
    webview: DetailedHTMLFactory<
        WebViewHTMLAttributes<HTMLWebViewElement>,
        HTMLWebViewElement,
    >;
}

Иерархия (Просмотр сводки)

Индекс

Свойства

a: DetailedHTMLFactory<
    AnchorHTMLAttributes<HTMLAnchorElement>,
    HTMLAnchorElement,
>
abbr: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
address: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
animate: SVGFactory
area: DetailedHTMLFactory<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>

article

article: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
aside: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
audio: DetailedHTMLFactory<
    AudioHTMLAttributes<HTMLAudioElement>,
    HTMLAudioElement,
>
b: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
base: DetailedHTMLFactory<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>
bdi: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
bdo: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
big: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
blockquote: DetailedHTMLFactory<
    BlockquoteHTMLAttributes<HTMLElement>,
    HTMLElement,
>
body: DetailedHTMLFactory<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>
br: DetailedHTMLFactory<HTMLAttributes<HTMLBRElement>, HTMLBRElement>
button: DetailedHTMLFactory<
    ButtonHTMLAttributes<HTMLButtonElement>,
    HTMLButtonElement,
>
canvas: DetailedHTMLFactory<
    CanvasHTMLAttributes<HTMLCanvasElement>,
    HTMLCanvasElement,
>
caption: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
circle: SVGFactory
cite: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
clipPath: SVGFactory
code: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
col: DetailedHTMLFactory<
    ColHTMLAttributes<HTMLTableColElement>,
    HTMLTableColElement,
>
colgroup: DetailedHTMLFactory<
    ColgroupHTMLAttributes<HTMLTableColElement>,
    HTMLTableColElement,
>
data: DetailedHTMLFactory<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>
datalist: DetailedHTMLFactory<
    HTMLAttributes<HTMLDataListElement>,
    HTMLDataListElement,
>
dd: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
del: DetailedHTMLFactory<DelHTMLAttributes<HTMLElement>, HTMLElement>
details: DetailedHTMLFactory<DetailsHTMLAttributes<HTMLElement>, HTMLElement>
dfn: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
dialog: DetailedHTMLFactory<
    DialogHTMLAttributes<HTMLDialogElement>,
    HTMLDialogElement,
>
div: DetailedHTMLFactory<HTMLAttributes<HTMLDivElement>, HTMLDivElement>
dl: DetailedHTMLFactory<HTMLAttributes<HTMLDListElement>, HTMLDListElement>
dt: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
ellipse: SVGFactory
em: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
embed: DetailedHTMLFactory<
    EmbedHTMLAttributes<HTMLEmbedElement>,
    HTMLEmbedElement,
>
feBlend: SVGFactory
feColorMatrix: SVGFactory
feComponentTransfer: SVGFactory
feComposite: SVGFactory
feConvolveMatrix: SVGFactory
feDiffuseLighting: SVGFactory
feDisplacementMap: SVGFactory
feDistantLight: SVGFactory
feDropShadow: SVGFactory
feFlood: SVGFactory
feFuncA: SVGFactory
feFuncB: SVGFactory
feFuncG: SVGFactory
feFuncR: SVGFactory
feGaussianBlur: SVGFactory
feImage: SVGFactory
feMerge: SVGFactory
feMergeNode: SVGFactory
feMorphology: SVGFactory
feOffset: SVGFactory
fePointLight: SVGFactory
feSpecularLighting: SVGFactory
feSpotLight: SVGFactory
feTile: SVGFactory
feTurbulence: SVGFactory
fieldset: DetailedHTMLFactory<
    FieldsetHTMLAttributes<HTMLFieldSetElement>,
    HTMLFieldSetElement,
>
figcaption: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
figure: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
filter: SVGFactory
footer: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
foreignObject: SVGFactory
form: DetailedHTMLFactory<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>
h1: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>
h2: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>
h3: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>
h4: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>
h5: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>
h6: DetailedHTMLFactory<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>
head: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLHeadElement>
header: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
hgroup: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
hr: DetailedHTMLFactory<HTMLAttributes<HTMLHRElement>, HTMLHRElement>
html: DetailedHTMLFactory<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>
i: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
iframe: DetailedHTMLFactory<
    IframeHTMLAttributes<HTMLIFrameElement>,
    HTMLIFrameElement,
>
image: SVGFactory
img: DetailedHTMLFactory<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>
input: DetailedHTMLFactory<
    InputHTMLAttributes<HTMLInputElement>,
    HTMLInputElement,
>
ins: DetailedHTMLFactory<InsHTMLAttributes<HTMLModElement>, HTMLModElement>
kbd: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
keygen: DetailedHTMLFactory<KeygenHTMLAttributes<HTMLElement>, HTMLElement>
label: DetailedHTMLFactory<
    LabelHTMLAttributes<HTMLLabelElement>,
    HTMLLabelElement,
>
legend: DetailedHTMLFactory<
    HTMLAttributes<HTMLLegendElement>,
    HTMLLegendElement,
>
li: DetailedHTMLFactory<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>
linearGradient: SVGFactory
link: DetailedHTMLFactory<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>
main: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
map: DetailedHTMLFactory<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>
mark: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
marker: SVGFactory
menu: DetailedHTMLFactory<MenuHTMLAttributes<HTMLElement>, HTMLElement>
menuitem: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
meta: DetailedHTMLFactory<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>
metadata: SVGFactory
meter: DetailedHTMLFactory<MeterHTMLAttributes<HTMLElement>, HTMLElement>
nav: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
noscript: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
object: DetailedHTMLFactory<
    ObjectHTMLAttributes<HTMLObjectElement>,
    HTMLObjectElement,
>
ol: DetailedHTMLFactory<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>
optgroup: DetailedHTMLFactory<
    OptgroupHTMLAttributes<HTMLOptGroupElement>,
    HTMLOptGroupElement,
>
option: DetailedHTMLFactory<
    OptionHTMLAttributes<HTMLOptionElement>,
    HTMLOptionElement,
>
output: DetailedHTMLFactory<OutputHTMLAttributes<HTMLElement>, HTMLElement>
p: DetailedHTMLFactory<
    HTMLAttributes<HTMLParagraphElement>,
    HTMLParagraphElement,
>
param: DetailedHTMLFactory<
    ParamHTMLAttributes<HTMLParamElement>,
    HTMLParamElement,
>
pattern: SVGFactory
picture: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
polygon: SVGFactory
polyline: SVGFactory
pre: DetailedHTMLFactory<HTMLAttributes<HTMLPreElement>, HTMLPreElement>
progress: DetailedHTMLFactory<
    ProgressHTMLAttributes<HTMLProgressElement>,
    HTMLProgressElement,
>
q: DetailedHTMLFactory<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>
radialGradient: SVGFactory
rp: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
rt: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
ruby: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
s: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
samp: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
script: DetailedHTMLFactory<
    ScriptHTMLAttributes<HTMLScriptElement>,
    HTMLScriptElement,
>
section: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
select: DetailedHTMLFactory<
    SelectHTMLAttributes<HTMLSelectElement>,
    HTMLSelectElement,
>
slot: DetailedHTMLFactory<SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>
small: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
source: DetailedHTMLFactory<
    SourceHTMLAttributes<HTMLSourceElement>,
    HTMLSourceElement,
>
span: DetailedHTMLFactory<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>
strong: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
style: DetailedHTMLFactory<
    StyleHTMLAttributes<HTMLStyleElement>,
    HTMLStyleElement,
>
sub: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
summary: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
sup: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
switch: SVGFactory
symbol: SVGFactory
table: DetailedHTMLFactory<
    TableHTMLAttributes<HTMLTableElement>,
    HTMLTableElement,
>
tbody: DetailedHTMLFactory<
    HTMLAttributes<HTMLTableSectionElement>,
    HTMLTableSectionElement,
>
td: DetailedHTMLFactory<
    TdHTMLAttributes<HTMLTableDataCellElement>,
    HTMLTableDataCellElement,
>
template: DetailedHTMLFactory<
    HTMLAttributes<HTMLTemplateElement>,
    HTMLTemplateElement,
>
textarea: DetailedHTMLFactory<
    TextareaHTMLAttributes<HTMLTextAreaElement>,
    HTMLTextAreaElement,
>
textPath: SVGFactory
tfoot: DetailedHTMLFactory<
    HTMLAttributes<HTMLTableSectionElement>,
    HTMLTableSectionElement,
>
th: DetailedHTMLFactory<
    ThHTMLAttributes<HTMLTableHeaderCellElement>,
    HTMLTableHeaderCellElement,
>
thead: DetailedHTMLFactory<
    HTMLAttributes<HTMLTableSectionElement>,
    HTMLTableSectionElement,
>
time: DetailedHTMLFactory<TimeHTMLAttributes<HTMLElement>, HTMLElement>
title: DetailedHTMLFactory<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>
tr: DetailedHTMLFactory<
    HTMLAttributes<HTMLTableRowElement>,
    HTMLTableRowElement,
>
track: DetailedHTMLFactory<
    TrackHTMLAttributes<HTMLTrackElement>,
    HTMLTrackElement,
>
tspan: SVGFactory
u: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
ul: DetailedHTMLFactory<HTMLAttributes<HTMLUListElement>, HTMLUListElement>
var: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
video: DetailedHTMLFactory<
    VideoHTMLAttributes<HTMLVideoElement>,
    HTMLVideoElement,
>
wbr: DetailedHTMLFactory<HTMLAttributes<HTMLElement>, HTMLElement>
webview: DetailedHTMLFactory<
    WebViewHTMLAttributes<HTMLWebViewElement>,
    HTMLWebViewElement,
>