@arcmantle/lit-jsx
    Preparing search index...

    Interface IntrinsicElements

    interface IntrinsicElements {
        a: AnchorHTMLAttributes<HTMLAnchorElement>;
        abbr: HTMLAttributes<HTMLElement>;
        address: HTMLAttributes<HTMLElement>;
        animate: AnimateSVGAttributes<SVGAnimateElement>;
        animateMotion: AnimateMotionSVGAttributes<SVGAnimateMotionElement>;
        animateTransform: AnimateTransformSVGAttributes<SVGAnimateTransformElement>;
        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<HTMLElement>;
        body: HTMLAttributes<HTMLBodyElement>;
        br: HTMLAttributes<HTMLBRElement>;
        button: ButtonHTMLAttributes<HTMLButtonElement>;
        canvas: CanvasHTMLAttributes<HTMLCanvasElement>;
        caption: HTMLAttributes<HTMLElement>;
        circle: CircleSVGAttributes<SVGCircleElement>;
        cite: HTMLAttributes<HTMLElement>;
        clipPath: ClipPathSVGAttributes<SVGClipPathElement>;
        code: HTMLAttributes<HTMLElement>;
        col: ColHTMLAttributes<HTMLTableColElement>;
        colgroup: ColgroupHTMLAttributes<HTMLTableColElement>;
        data: DataHTMLAttributes<HTMLElement>;
        datalist: HTMLAttributes<HTMLDataListElement>;
        dd: HTMLAttributes<HTMLElement>;
        defs: DefsSVGAttributes<SVGDefsElement>;
        del: HTMLAttributes<HTMLElement>;
        desc: DescSVGAttributes<SVGDescElement>;
        details: DetailsHtmlAttributes<HTMLDetailsElement>;
        dfn: HTMLAttributes<HTMLElement>;
        dialog: DialogHtmlAttributes<HTMLDialogElement>;
        div: HTMLAttributes<HTMLDivElement>;
        dl: HTMLAttributes<HTMLDListElement>;
        dt: HTMLAttributes<HTMLElement>;
        ellipse: EllipseSVGAttributes<SVGEllipseElement>;
        em: HTMLAttributes<HTMLElement>;
        embed: EmbedHTMLAttributes<HTMLEmbedElement>;
        feBlend: FeBlendSVGAttributes<SVGFEBlendElement>;
        feColorMatrix: FeColorMatrixSVGAttributes<SVGFEColorMatrixElement>;
        feComponentTransfer: FeComponentTransferSVGAttributes<
            SVGFEComponentTransferElement,
        >;
        feComposite: FeCompositeSVGAttributes<SVGFECompositeElement>;
        feConvolveMatrix: FeConvolveMatrixSVGAttributes<SVGFEConvolveMatrixElement>;
        feDiffuseLighting: FeDiffuseLightingSVGAttributes<
            SVGFEDiffuseLightingElement,
        >;
        feDisplacementMap: FeDisplacementMapSVGAttributes<
            SVGFEDisplacementMapElement,
        >;
        feDistantLight: FeDistantLightSVGAttributes<SVGFEDistantLightElement>;
        feDropShadow: FeDropShadowSVGAttributes<SVGFEDropShadowElement>;
        feFlood: FeFloodSVGAttributes<SVGFEFloodElement>;
        feFuncA: FeFuncSVGAttributes<SVGFEFuncAElement>;
        feFuncB: FeFuncSVGAttributes<SVGFEFuncBElement>;
        feFuncG: FeFuncSVGAttributes<SVGFEFuncGElement>;
        feFuncR: FeFuncSVGAttributes<SVGFEFuncRElement>;
        feGaussianBlur: FeGaussianBlurSVGAttributes<SVGFEGaussianBlurElement>;
        feImage: FeImageSVGAttributes<SVGFEImageElement>;
        feMerge: FeMergeSVGAttributes<SVGFEMergeElement>;
        feMergeNode: FeMergeNodeSVGAttributes<SVGFEMergeNodeElement>;
        feMorphology: FeMorphologySVGAttributes<SVGFEMorphologyElement>;
        feOffset: FeOffsetSVGAttributes<SVGFEOffsetElement>;
        fePointLight: FePointLightSVGAttributes<SVGFEPointLightElement>;
        feSpecularLighting: FeSpecularLightingSVGAttributes<
            SVGFESpecularLightingElement,
        >;
        feSpotLight: FeSpotLightSVGAttributes<SVGFESpotLightElement>;
        feTile: FeTileSVGAttributes<SVGFETileElement>;
        feTurbulence: FeTurbulanceSVGAttributes<SVGFETurbulenceElement>;
        fieldset: FieldsetHTMLAttributes<HTMLFieldSetElement>;
        figcaption: HTMLAttributes<HTMLElement>;
        figure: HTMLAttributes<HTMLElement>;
        filter: FilterSVGAttributes<SVGFilterElement>;
        footer: HTMLAttributes<HTMLElement>;
        foreignObject: ForeignObjectSVGAttributes<SVGForeignObjectElement>;
        form: FormHTMLAttributes<HTMLFormElement>;
        g: GSVGAttributes<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: IframeHTMLAttributes<HTMLIFrameElement>;
        image: ImageSVGAttributes<SVGImageElement>;
        img: ImgHTMLAttributes<HTMLImageElement>;
        input: InputHTMLAttributes<HTMLInputElement>;
        ins: InsHTMLAttributes<HTMLModElement>;
        kbd: HTMLAttributes<HTMLElement>;
        keygen: KeygenHTMLAttributes<HTMLElement>;
        label: LabelHTMLAttributes<HTMLLabelElement>;
        legend: HTMLAttributes<HTMLLegendElement>;
        li: LiHTMLAttributes<HTMLLIElement>;
        line: LineSVGAttributes<SVGLineElement>;
        linearGradient: LinearGradientSVGAttributes<SVGLinearGradientElement>;
        link: LinkHTMLAttributes<HTMLLinkElement>;
        main: HTMLAttributes<HTMLElement>;
        map: MapHTMLAttributes<HTMLMapElement>;
        mark: HTMLAttributes<HTMLElement>;
        marker: MarkerSVGAttributes<SVGMarkerElement>;
        mask: MaskSVGAttributes<SVGMaskElement>;
        menu: MenuHTMLAttributes<HTMLMenuElement>;
        menuitem: HTMLAttributes<HTMLElement>;
        meta: MetaHTMLAttributes<HTMLMetaElement>;
        metadata: MetadataSVGAttributes<SVGMetadataElement>;
        meter: MeterHTMLAttributes<HTMLElement>;
        mpath: MPathSVGAttributes<SVGMPathElement>;
        nav: HTMLAttributes<HTMLElement>;
        noindex: HTMLAttributes<HTMLElement>;
        noscript: HTMLAttributes<HTMLElement>;
        object: ObjectHTMLAttributes<HTMLObjectElement>;
        ol: OlHTMLAttributes<HTMLOListElement>;
        optgroup: OptgroupHTMLAttributes<HTMLOptGroupElement>;
        option: OptionHTMLAttributes<HTMLOptionElement>;
        output: OutputHTMLAttributes<HTMLElement>;
        p: HTMLAttributes<HTMLParagraphElement>;
        param: ParamHTMLAttributes<HTMLParamElement>;
        path: PathSVGAttributes<SVGPathElement>;
        pattern: PatternSVGAttributes<SVGPatternElement>;
        picture: HTMLAttributes<HTMLElement>;
        polygon: PolygonSVGAttributes<SVGPolygonElement>;
        polyline: PolylineSVGAttributes<SVGPolylineElement>;
        pre: HTMLAttributes<HTMLPreElement>;
        progress: ProgressHTMLAttributes<HTMLProgressElement>;
        q: QuoteHTMLAttributes<HTMLQuoteElement>;
        radialGradient: RadialGradientSVGAttributes<SVGRadialGradientElement>;
        rect: RectSVGAttributes<SVGRectElement>;
        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>;
        set: SetSVGAttributes<SVGSetElement>;
        slot: HTMLSlotElementAttributes;
        small: HTMLAttributes<HTMLElement>;
        source: SourceHTMLAttributes<HTMLSourceElement>;
        span: HTMLAttributes<HTMLSpanElement>;
        stop: StopSVGAttributes<SVGStopElement>;
        strong: HTMLAttributes<HTMLElement>;
        style: StyleHTMLAttributes<HTMLStyleElement>;
        sub: HTMLAttributes<HTMLElement>;
        summary: HTMLAttributes<HTMLElement>;
        sup: HTMLAttributes<HTMLElement>;
        svg: SvgSVGAttributes<SVGSVGElement>;
        switch: SwitchSVGAttributes<SVGSwitchElement>;
        symbol: SymbolSVGAttributes<SVGSymbolElement>;
        table: HTMLAttributes<HTMLTableElement>;
        tbody: HTMLAttributes<HTMLTableSectionElement>;
        td: TdHTMLAttributes<HTMLTableCellElement>;
        template: TemplateHTMLAttributes<HTMLTemplateElement>;
        text: TextSVGAttributes<SVGTextElement>;
        textarea: TextareaHTMLAttributes<HTMLTextAreaElement>;
        textPath: TextPathSVGAttributes<SVGTextPathElement>;
        tfoot: HTMLAttributes<HTMLTableSectionElement>;
        th: ThHTMLAttributes<HTMLTableCellElement>;
        thead: HTMLAttributes<HTMLTableSectionElement>;
        time: TimeHTMLAttributes<HTMLElement>;
        title: HTMLAttributes<HTMLTitleElement>;
        tr: HTMLAttributes<HTMLTableRowElement>;
        track: TrackHTMLAttributes<HTMLTrackElement>;
        tspan: TSpanSVGAttributes<SVGTSpanElement>;
        u: HTMLAttributes<HTMLElement>;
        ul: HTMLAttributes<HTMLUListElement>;
        use: UseSVGAttributes<SVGUseElement>;
        var: HTMLAttributes<HTMLElement>;
        video: VideoHTMLAttributes<HTMLVideoElement>;
        view: ViewSVGAttributes<SVGViewElement>;
        wbr: HTMLAttributes<HTMLElement>;
        [key: `s-${string}`]: HTMLAttributes<HTMLElement>;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    a: AnchorHTMLAttributes<HTMLAnchorElement>
    abbr: HTMLAttributes<HTMLElement>
    address: HTMLAttributes<HTMLElement>
    animate: AnimateSVGAttributes<SVGAnimateElement>
    animateMotion: AnimateMotionSVGAttributes<SVGAnimateMotionElement>
    animateTransform: AnimateTransformSVGAttributes<SVGAnimateTransformElement>
    area: AreaHTMLAttributes<HTMLAreaElement>

    article

    article: HTMLAttributes<HTMLElement>
    aside: HTMLAttributes<HTMLElement>
    audio: AudioHTMLAttributes<HTMLAudioElement>
    b: HTMLAttributes<HTMLElement>
    base: BaseHTMLAttributes<HTMLBaseElement>
    bdi: HTMLAttributes<HTMLElement>
    bdo: HTMLAttributes<HTMLElement>
    big: HTMLAttributes<HTMLElement>

    The <big> element is deprecated and should not be used.

    blockquote: BlockquoteHTMLAttributes<HTMLElement>
    body: HTMLAttributes<HTMLBodyElement>
    br: HTMLAttributes<HTMLBRElement>
    button: ButtonHTMLAttributes<HTMLButtonElement>
    canvas: CanvasHTMLAttributes<HTMLCanvasElement>
    caption: HTMLAttributes<HTMLElement>
    circle: CircleSVGAttributes<SVGCircleElement>
    cite: HTMLAttributes<HTMLElement>
    clipPath: ClipPathSVGAttributes<SVGClipPathElement>
    code: HTMLAttributes<HTMLElement>
    col: ColHTMLAttributes<HTMLTableColElement>
    colgroup: ColgroupHTMLAttributes<HTMLTableColElement>
    data: DataHTMLAttributes<HTMLElement>
    datalist: HTMLAttributes<HTMLDataListElement>
    dd: HTMLAttributes<HTMLElement>
    defs: DefsSVGAttributes<SVGDefsElement>
    del: HTMLAttributes<HTMLElement>
    desc: DescSVGAttributes<SVGDescElement>
    details: DetailsHtmlAttributes<HTMLDetailsElement>
    dfn: HTMLAttributes<HTMLElement>
    dialog: DialogHtmlAttributes<HTMLDialogElement>
    div: HTMLAttributes<HTMLDivElement>
    dl: HTMLAttributes<HTMLDListElement>
    dt: HTMLAttributes<HTMLElement>
    ellipse: EllipseSVGAttributes<SVGEllipseElement>
    em: HTMLAttributes<HTMLElement>
    embed: EmbedHTMLAttributes<HTMLEmbedElement>
    feBlend: FeBlendSVGAttributes<SVGFEBlendElement>
    feColorMatrix: FeColorMatrixSVGAttributes<SVGFEColorMatrixElement>
    feComponentTransfer: FeComponentTransferSVGAttributes<
        SVGFEComponentTransferElement,
    >
    feComposite: FeCompositeSVGAttributes<SVGFECompositeElement>
    feConvolveMatrix: FeConvolveMatrixSVGAttributes<SVGFEConvolveMatrixElement>
    feDiffuseLighting: FeDiffuseLightingSVGAttributes<SVGFEDiffuseLightingElement>
    feDisplacementMap: FeDisplacementMapSVGAttributes<SVGFEDisplacementMapElement>
    feDistantLight: FeDistantLightSVGAttributes<SVGFEDistantLightElement>
    feDropShadow: FeDropShadowSVGAttributes<SVGFEDropShadowElement>
    feFlood: FeFloodSVGAttributes<SVGFEFloodElement>
    feFuncA: FeFuncSVGAttributes<SVGFEFuncAElement>
    feFuncB: FeFuncSVGAttributes<SVGFEFuncBElement>
    feFuncG: FeFuncSVGAttributes<SVGFEFuncGElement>
    feFuncR: FeFuncSVGAttributes<SVGFEFuncRElement>
    feGaussianBlur: FeGaussianBlurSVGAttributes<SVGFEGaussianBlurElement>
    feImage: FeImageSVGAttributes<SVGFEImageElement>
    feMerge: FeMergeSVGAttributes<SVGFEMergeElement>
    feMergeNode: FeMergeNodeSVGAttributes<SVGFEMergeNodeElement>
    feMorphology: FeMorphologySVGAttributes<SVGFEMorphologyElement>
    feOffset: FeOffsetSVGAttributes<SVGFEOffsetElement>
    fePointLight: FePointLightSVGAttributes<SVGFEPointLightElement>
    feSpecularLighting: FeSpecularLightingSVGAttributes<
        SVGFESpecularLightingElement,
    >
    feSpotLight: FeSpotLightSVGAttributes<SVGFESpotLightElement>
    feTile: FeTileSVGAttributes<SVGFETileElement>
    feTurbulence: FeTurbulanceSVGAttributes<SVGFETurbulenceElement>
    fieldset: FieldsetHTMLAttributes<HTMLFieldSetElement>
    figcaption: HTMLAttributes<HTMLElement>
    figure: HTMLAttributes<HTMLElement>
    filter: FilterSVGAttributes<SVGFilterElement>
    footer: HTMLAttributes<HTMLElement>
    foreignObject: ForeignObjectSVGAttributes<SVGForeignObjectElement>
    form: FormHTMLAttributes<HTMLFormElement>
    g: GSVGAttributes<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: IframeHTMLAttributes<HTMLIFrameElement>
    image: ImageSVGAttributes<SVGImageElement>
    img: ImgHTMLAttributes<HTMLImageElement>
    input: InputHTMLAttributes<HTMLInputElement>
    ins: InsHTMLAttributes<HTMLModElement>
    kbd: HTMLAttributes<HTMLElement>
    keygen: KeygenHTMLAttributes<HTMLElement>

    The <keygen> element is deprecated and should not be used.

    label: LabelHTMLAttributes<HTMLLabelElement>
    legend: HTMLAttributes<HTMLLegendElement>
    li: LiHTMLAttributes<HTMLLIElement>
    line: LineSVGAttributes<SVGLineElement>
    linearGradient: LinearGradientSVGAttributes<SVGLinearGradientElement>
    link: LinkHTMLAttributes<HTMLLinkElement>
    main: HTMLAttributes<HTMLElement>
    map: MapHTMLAttributes<HTMLMapElement>
    mark: HTMLAttributes<HTMLElement>
    marker: MarkerSVGAttributes<SVGMarkerElement>
    mask: MaskSVGAttributes<SVGMaskElement>
    menu: MenuHTMLAttributes<HTMLMenuElement>
    menuitem: HTMLAttributes<HTMLElement>

    The <menuitem> element is deprecated and should not be used.

    meta: MetaHTMLAttributes<HTMLMetaElement>
    metadata: MetadataSVGAttributes<SVGMetadataElement>
    meter: MeterHTMLAttributes<HTMLElement>
    mpath: MPathSVGAttributes<SVGMPathElement>
    nav: HTMLAttributes<HTMLElement>
    noindex: HTMLAttributes<HTMLElement>

    The <noindex> element is deprecated and should not be used.

    noscript: HTMLAttributes<HTMLElement>
    object: ObjectHTMLAttributes<HTMLObjectElement>
    ol: OlHTMLAttributes<HTMLOListElement>
    optgroup: OptgroupHTMLAttributes<HTMLOptGroupElement>
    option: OptionHTMLAttributes<HTMLOptionElement>
    output: OutputHTMLAttributes<HTMLElement>
    p: HTMLAttributes<HTMLParagraphElement>
    param: ParamHTMLAttributes<HTMLParamElement>

    The <param> element is deprecated and should not be used.

    path: PathSVGAttributes<SVGPathElement>
    pattern: PatternSVGAttributes<SVGPatternElement>
    picture: HTMLAttributes<HTMLElement>
    polygon: PolygonSVGAttributes<SVGPolygonElement>
    polyline: PolylineSVGAttributes<SVGPolylineElement>
    pre: HTMLAttributes<HTMLPreElement>
    progress: ProgressHTMLAttributes<HTMLProgressElement>
    q: QuoteHTMLAttributes<HTMLQuoteElement>
    radialGradient: RadialGradientSVGAttributes<SVGRadialGradientElement>
    rect: RectSVGAttributes<SVGRectElement>
    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>
    set: SetSVGAttributes<SVGSetElement>
    small: HTMLAttributes<HTMLElement>
    source: SourceHTMLAttributes<HTMLSourceElement>
    span: HTMLAttributes<HTMLSpanElement>
    stop: StopSVGAttributes<SVGStopElement>
    strong: HTMLAttributes<HTMLElement>
    style: StyleHTMLAttributes<HTMLStyleElement>
    sub: HTMLAttributes<HTMLElement>
    summary: HTMLAttributes<HTMLElement>
    sup: HTMLAttributes<HTMLElement>
    svg: SvgSVGAttributes<SVGSVGElement>
    switch: SwitchSVGAttributes<SVGSwitchElement>
    symbol: SymbolSVGAttributes<SVGSymbolElement>
    table: HTMLAttributes<HTMLTableElement>
    tbody: HTMLAttributes<HTMLTableSectionElement>
    td: TdHTMLAttributes<HTMLTableCellElement>
    template: TemplateHTMLAttributes<HTMLTemplateElement>
    text: TextSVGAttributes<SVGTextElement>
    textarea: TextareaHTMLAttributes<HTMLTextAreaElement>
    textPath: TextPathSVGAttributes<SVGTextPathElement>
    tfoot: HTMLAttributes<HTMLTableSectionElement>
    th: ThHTMLAttributes<HTMLTableCellElement>
    thead: HTMLAttributes<HTMLTableSectionElement>
    time: TimeHTMLAttributes<HTMLElement>
    title: HTMLAttributes<HTMLTitleElement>
    tr: HTMLAttributes<HTMLTableRowElement>
    track: TrackHTMLAttributes<HTMLTrackElement>
    tspan: TSpanSVGAttributes<SVGTSpanElement>
    u: HTMLAttributes<HTMLElement>
    ul: HTMLAttributes<HTMLUListElement>
    use: UseSVGAttributes<SVGUseElement>
    var: HTMLAttributes<HTMLElement>
    video: VideoHTMLAttributes<HTMLVideoElement>
    view: ViewSVGAttributes<SVGViewElement>
    wbr: HTMLAttributes<HTMLElement>