├── browser ├── test └── index.html ├── jsx ├── svg │ ├── center.d.ts │ ├── search.d.ts │ ├── big.d.ts │ ├── menuitem.d.ts │ ├── abbr.d.ts │ ├── b.d.ts │ ├── bdi.d.ts │ ├── bdo.d.ts │ ├── body.d.ts │ ├── cite.d.ts │ ├── code.d.ts │ ├── dd.d.ts │ ├── dfn.d.ts │ ├── div.d.ts │ ├── dl.d.ts │ ├── dt.d.ts │ ├── em.d.ts │ ├── h1.d.ts │ ├── h2.d.ts │ ├── h3.d.ts │ ├── h4.d.ts │ ├── h5.d.ts │ ├── h6.d.ts │ ├── head.d.ts │ ├── i.d.ts │ ├── kbd.d.ts │ ├── main.d.ts │ ├── mark.d.ts │ ├── nav.d.ts │ ├── p.d.ts │ ├── pre.d.ts │ ├── rp.d.ts │ ├── rt.d.ts │ ├── ruby.d.ts │ ├── s.d.ts │ ├── samp.d.ts │ ├── span.d.ts │ ├── sub.d.ts │ ├── sup.d.ts │ ├── tr.d.ts │ ├── u.d.ts │ ├── ul.d.ts │ ├── var.d.ts │ ├── address.d.ts │ ├── article.d.ts │ ├── aside.d.ts │ ├── caption.d.ts │ ├── datalist.d.ts │ ├── figure.d.ts │ ├── footer.d.ts │ ├── header.d.ts │ ├── hgroup.d.ts │ ├── legend.d.ts │ ├── noindex.d.ts │ ├── noscript.d.ts │ ├── picture.d.ts │ ├── section.d.ts │ ├── small.d.ts │ ├── strong.d.ts │ ├── summary.d.ts │ ├── tbody.d.ts │ ├── template.d.ts │ ├── tfoot.d.ts │ ├── thead.d.ts │ ├── title.d.ts │ ├── figcaption.d.ts │ ├── br.d.ts │ ├── hr.d.ts │ ├── wbr.d.ts │ ├── slot.d.ts │ ├── map.d.ts │ ├── menu.d.ts │ ├── q.d.ts │ ├── html.d.ts │ ├── time.d.ts │ ├── blockquote.d.ts │ ├── colgroup.d.ts │ ├── del.d.ts │ ├── ins.d.ts │ ├── base.d.ts │ ├── li.d.ts │ ├── label.d.ts │ ├── data.d.ts │ ├── col.d.ts │ ├── details.d.ts │ ├── optgroup.d.ts │ ├── canvas.d.ts │ ├── output.d.ts │ ├── param.d.ts │ ├── fieldset.d.ts │ ├── mpath.d.ts │ ├── metadata.d.ts │ ├── progress.d.ts │ ├── ol.d.ts │ ├── dialog.d.ts │ ├── embed.d.ts │ ├── meta.d.ts │ ├── track.d.ts │ ├── style.d.ts │ ├── option.d.ts │ ├── source.d.ts │ ├── keygen.d.ts │ ├── feMergeNode.d.ts │ ├── th.d.ts │ ├── table.d.ts │ ├── desc.d.ts │ ├── meter.d.ts │ ├── object.d.ts │ ├── feDistantLight.d.ts │ ├── form.d.ts │ ├── fePointLight.d.ts │ ├── select.d.ts │ ├── feFuncA.d.ts │ ├── feFuncB.d.ts │ ├── feFuncG.d.ts │ ├── feFuncR.d.ts │ └── td.d.ts ├── math │ ├── center.d.ts │ ├── search.d.ts │ ├── abbr.d.ts │ ├── aside.d.ts │ ├── b.d.ts │ ├── bdi.d.ts │ ├── bdo.d.ts │ ├── big.d.ts │ ├── body.d.ts │ ├── cite.d.ts │ ├── code.d.ts │ ├── dd.d.ts │ ├── dfn.d.ts │ ├── div.d.ts │ ├── dl.d.ts │ ├── dt.d.ts │ ├── em.d.ts │ ├── h1.d.ts │ ├── h2.d.ts │ ├── h3.d.ts │ ├── h4.d.ts │ ├── h5.d.ts │ ├── h6.d.ts │ ├── head.d.ts │ ├── i.d.ts │ ├── kbd.d.ts │ ├── main.d.ts │ ├── mark.d.ts │ ├── nav.d.ts │ ├── p.d.ts │ ├── pre.d.ts │ ├── rp.d.ts │ ├── rt.d.ts │ ├── ruby.d.ts │ ├── s.d.ts │ ├── samp.d.ts │ ├── small.d.ts │ ├── span.d.ts │ ├── sub.d.ts │ ├── sup.d.ts │ ├── tbody.d.ts │ ├── tfoot.d.ts │ ├── thead.d.ts │ ├── title.d.ts │ ├── tr.d.ts │ ├── u.d.ts │ ├── ul.d.ts │ ├── var.d.ts │ ├── address.d.ts │ ├── article.d.ts │ ├── caption.d.ts │ ├── datalist.d.ts │ ├── figcaption.d.ts │ ├── figure.d.ts │ ├── footer.d.ts │ ├── header.d.ts │ ├── hgroup.d.ts │ ├── legend.d.ts │ ├── menuitem.d.ts │ ├── noindex.d.ts │ ├── noscript.d.ts │ ├── picture.d.ts │ ├── section.d.ts │ ├── strong.d.ts │ ├── summary.d.ts │ ├── template.d.ts │ ├── br.d.ts │ ├── hr.d.ts │ ├── mpath.d.ts │ ├── set.d.ts │ ├── view.d.ts │ ├── metadata.d.ts │ ├── switch.d.ts │ ├── textPath.d.ts │ ├── wbr.d.ts │ ├── animateMotion.d.ts │ ├── feDistantLight.d.ts │ ├── fePointLight.d.ts │ ├── feSpotLight.d.ts │ ├── map.d.ts │ ├── menu.d.ts │ ├── q.d.ts │ ├── slot.d.ts │ ├── html.d.ts │ ├── time.d.ts │ ├── colgroup.d.ts │ ├── blockquote.d.ts │ ├── base.d.ts │ ├── del.d.ts │ ├── ins.d.ts │ ├── li.d.ts │ ├── col.d.ts │ ├── data.d.ts │ ├── label.d.ts │ ├── optgroup.d.ts │ ├── details.d.ts │ ├── canvas.d.ts │ ├── mn.d.ts │ ├── mrow.d.ts │ ├── fieldset.d.ts │ ├── merror.d.ts │ ├── mroot.d.ts │ ├── msqrt.d.ts │ ├── mtext.d.ts │ ├── param.d.ts │ ├── mphantom.d.ts │ ├── output.d.ts │ ├── semantics.d.ts │ ├── mprescripts.d.ts │ ├── ol.d.ts │ ├── progress.d.ts │ ├── dialog.d.ts │ ├── embed.d.ts │ ├── track.d.ts │ ├── meta.d.ts │ ├── option.d.ts │ ├── mi.d.ts │ ├── mover.d.ts │ ├── style.d.ts │ ├── math.d.ts │ ├── munder.d.ts │ ├── keygen.d.ts │ ├── source.d.ts │ ├── menclose.d.ts │ ├── th.d.ts │ ├── meter.d.ts │ ├── mspace.d.ts │ ├── munderover.d.ts │ ├── mfenced.d.ts │ ├── msub.d.ts │ ├── msup.d.ts │ ├── object.d.ts │ ├── table.d.ts │ ├── annotation.d.ts │ ├── annotation-xml.d.ts │ ├── form.d.ts │ ├── ms.d.ts │ ├── select.d.ts │ ├── mpadded.d.ts │ ├── td.d.ts │ ├── button.d.ts │ ├── msubsup.d.ts │ ├── mtr.d.ts │ ├── audio.d.ts │ ├── maction.d.ts │ ├── mmultiscripts.d.ts │ ├── area.d.ts │ ├── a.d.ts │ ├── textarea.d.ts │ ├── mfrac.d.ts │ ├── mtd.d.ts │ ├── webview.d.ts │ ├── script.d.ts │ └── img.d.ts ├── html │ ├── rb.d.ts │ ├── tt.d.ts │ ├── acronym.d.ts │ ├── nobr.d.ts │ ├── noembed.d.ts │ ├── rtc.d.ts │ ├── strike.d.ts │ ├── basefont.d.ts │ ├── blink.d.ts │ ├── noframes.d.ts │ ├── plaintext.d.ts │ ├── applet.d.ts │ ├── bgsound.d.ts │ ├── isindex.d.ts │ ├── multicol.d.ts │ ├── nextid.d.ts │ ├── spacer.d.ts │ ├── center.d.ts │ ├── xmp.d.ts │ ├── dir.d.ts │ ├── listing.d.ts │ ├── set.d.ts │ ├── metadata.d.ts │ ├── mpath.d.ts │ ├── switch.d.ts │ ├── textPath.d.ts │ ├── view.d.ts │ ├── animateMotion.d.ts │ ├── fePointLight.d.ts │ ├── feSpotLight.d.ts │ ├── feDistantLight.d.ts │ ├── g.d.ts │ ├── svg.d.ts │ ├── use.d.ts │ ├── animate.d.ts │ ├── circle.d.ts │ ├── clipPath.d.ts │ ├── defs.d.ts │ ├── desc.d.ts │ ├── ellipse.d.ts │ ├── feBlend.d.ts │ ├── feFlood.d.ts │ ├── feFuncA.d.ts │ ├── feFuncB.d.ts │ ├── feFuncG.d.ts │ ├── feFuncR.d.ts │ ├── feImage.d.ts │ ├── feMerge.d.ts │ ├── feOffset.d.ts │ ├── feTile.d.ts │ ├── filter.d.ts │ ├── image.d.ts │ ├── marker.d.ts │ ├── mask.d.ts │ ├── path.d.ts │ ├── pattern.d.ts │ ├── polygon.d.ts │ ├── polyline.d.ts │ ├── rect.d.ts │ ├── stop.d.ts │ ├── symbol.d.ts │ ├── tspan.d.ts │ ├── feColorMatrix.d.ts │ ├── feComposite.d.ts │ ├── feDropShadow.d.ts │ ├── feMergeNode.d.ts │ ├── feMorphology.d.ts │ ├── feTurbulence.d.ts │ ├── foreignObject.d.ts │ ├── noindex.d.ts │ ├── animateTransform.d.ts │ ├── feConvolveMatrix.d.ts │ ├── feDiffuseLighting.d.ts │ ├── feDisplacementMap.d.ts │ ├── feGaussianBlur.d.ts │ ├── feSpecularLighting.d.ts │ ├── linearGradient.d.ts │ ├── radialGradient.d.ts │ ├── search.d.ts │ ├── feComponentTransfer.d.ts │ ├── font.d.ts │ ├── line.d.ts │ ├── text.d.ts │ ├── big.d.ts │ ├── menuitem.d.ts │ ├── b.d.ts │ ├── bdi.d.ts │ ├── dd.d.ts │ ├── dfn.d.ts │ ├── dt.d.ts │ ├── em.d.ts │ ├── i.d.ts │ ├── kbd.d.ts │ ├── nav.d.ts │ ├── rp.d.ts │ ├── rt.d.ts │ ├── s.d.ts │ ├── sub.d.ts │ ├── sup.d.ts │ ├── u.d.ts │ ├── var.d.ts │ ├── abbr.d.ts │ ├── address.d.ts │ ├── article.d.ts │ ├── aside.d.ts │ ├── cite.d.ts │ ├── code.d.ts │ ├── figure.d.ts │ ├── footer.d.ts │ ├── header.d.ts │ ├── hgroup.d.ts │ ├── main.d.ts │ ├── mark.d.ts │ ├── noscript.d.ts │ ├── ruby.d.ts │ ├── samp.d.ts │ ├── section.d.ts │ ├── small.d.ts │ ├── span.d.ts │ ├── strong.d.ts │ ├── summary.d.ts │ ├── figcaption.d.ts │ ├── title.d.ts │ ├── datalist.d.ts │ ├── picture.d.ts │ ├── head.d.ts │ ├── dl.d.ts │ ├── legend.d.ts │ ├── div.d.ts │ ├── wbr.d.ts │ ├── h1.d.ts │ ├── h2.d.ts │ ├── h3.d.ts │ ├── h4.d.ts │ ├── h5.d.ts │ ├── h6.d.ts │ ├── p.d.ts │ ├── pre.d.ts │ ├── ul.d.ts │ ├── br.d.ts │ ├── frame.d.ts │ ├── bdo.d.ts │ ├── tr.d.ts │ ├── hr.d.ts │ ├── tbody.d.ts │ ├── tfoot.d.ts │ ├── thead.d.ts │ ├── html.d.ts │ ├── caption.d.ts │ ├── slot.d.ts │ ├── marquee.d.ts │ ├── map.d.ts │ ├── q.d.ts │ ├── blockquote.d.ts │ ├── time.d.ts │ ├── label.d.ts │ ├── data.d.ts │ ├── del.d.ts │ ├── ins.d.ts │ ├── details.d.ts │ ├── optgroup.d.ts │ ├── base.d.ts │ ├── output.d.ts │ ├── li.d.ts │ ├── progress.d.ts │ └── fieldset.d.ts ├── .prettierrc.json └── keys │ └── SVGElement.d.ts ├── .gitignore ├── index.html ├── table └── github-mark-white.png ├── .prettierrc.json ├── tsconfig.json ├── package.json ├── .github └── FUNDING.yml └── src └── vscode.js /browser/test: -------------------------------------------------------------------------------- 1 | string -------------------------------------------------------------------------------- /jsx/svg/center.d.ts: -------------------------------------------------------------------------------- 1 | // React - https://react.dev/ 2 | -------------------------------------------------------------------------------- /jsx/svg/search.d.ts: -------------------------------------------------------------------------------- 1 | // React - https://react.dev/ 2 | -------------------------------------------------------------------------------- /jsx/math/center.d.ts: -------------------------------------------------------------------------------- 1 | // React - https://react.dev/ 2 | -------------------------------------------------------------------------------- /jsx/math/search.d.ts: -------------------------------------------------------------------------------- 1 | // React - https://react.dev/ 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | jsx/original 3 | jsx/source 4 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /jsx/math/abbr.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/aside.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/b.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/bdi.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/bdo.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/big.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/body.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/cite.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/code.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/dd.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/dfn.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/div.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/dl.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/dt.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/em.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/h1.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/h2.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/h3.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/h4.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/h5.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/h6.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/head.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/i.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/kbd.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/main.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/mark.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/nav.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/p.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/pre.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/rp.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/rt.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/ruby.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/s.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/samp.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/small.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/span.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/sub.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/sup.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/tbody.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/tfoot.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/thead.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/title.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/tr.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/u.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/ul.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/var.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/svg/big.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/address.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/article.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/caption.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/datalist.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/figcaption.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/figure.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/footer.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/header.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/hgroup.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/legend.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/menuitem.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/noindex.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/noscript.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/picture.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/section.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/strong.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/summary.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/math/template.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /jsx/svg/menuitem.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // React - https://react.dev/ 4 | -------------------------------------------------------------------------------- /table/github-mark-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/potahtml/namespace-jsx-project/HEAD/table/github-mark-white.png -------------------------------------------------------------------------------- /jsx/svg/abbr.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/b.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/bdi.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/bdo.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/body.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/cite.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/code.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/dd.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/dfn.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/div.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/dl.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/dt.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/em.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/h1.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/h2.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/h3.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/h4.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/h5.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/h6.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/head.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/i.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/kbd.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/main.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/mark.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/nav.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/p.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/pre.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/rp.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/rt.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/ruby.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/s.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/samp.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/span.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/sub.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/sup.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/tr.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/u.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/ul.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /jsx/svg/var.d.ts: -------------------------------------------------------------------------------- 1 | // Voby - https://github.com/vobyjs/voby 2 | 3 | // Vue - https://vuejs.org/ 4 | 5 | // React - https://react.dev/ 6 | -------------------------------------------------------------------------------- /browser/index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 7 | 8 | -------------------------------------------------------------------------------- /jsx/html/rb.d.ts: -------------------------------------------------------------------------------- 1 | // Pota - https://github.com/potahtml/pota 2 | interface HTMLElementAttributes