├── .github
└── FUNDING.yml
├── .gitignore
├── .prettierrc.json
├── browser
├── browser.json
├── index.html
├── index.js
└── test
├── index.html
├── jsx
├── .prettierrc.json
├── data.json
├── html
│ ├── a.d.ts
│ ├── abbr.d.ts
│ ├── acronym.d.ts
│ ├── address.d.ts
│ ├── animate.d.ts
│ ├── animateMotion.d.ts
│ ├── animateTransform.d.ts
│ ├── applet.d.ts
│ ├── area.d.ts
│ ├── article.d.ts
│ ├── aside.d.ts
│ ├── audio.d.ts
│ ├── b.d.ts
│ ├── base.d.ts
│ ├── basefont.d.ts
│ ├── bdi.d.ts
│ ├── bdo.d.ts
│ ├── bgsound.d.ts
│ ├── big.d.ts
│ ├── blink.d.ts
│ ├── blockquote.d.ts
│ ├── body.d.ts
│ ├── br.d.ts
│ ├── button.d.ts
│ ├── canvas.d.ts
│ ├── caption.d.ts
│ ├── center.d.ts
│ ├── circle.d.ts
│ ├── cite.d.ts
│ ├── clipPath.d.ts
│ ├── code.d.ts
│ ├── col.d.ts
│ ├── colgroup.d.ts
│ ├── data.d.ts
│ ├── datalist.d.ts
│ ├── dd.d.ts
│ ├── defs.d.ts
│ ├── del.d.ts
│ ├── desc.d.ts
│ ├── details.d.ts
│ ├── dfn.d.ts
│ ├── dialog.d.ts
│ ├── dir.d.ts
│ ├── div.d.ts
│ ├── dl.d.ts
│ ├── dt.d.ts
│ ├── ellipse.d.ts
│ ├── em.d.ts
│ ├── embed.d.ts
│ ├── feBlend.d.ts
│ ├── feColorMatrix.d.ts
│ ├── feComponentTransfer.d.ts
│ ├── feComposite.d.ts
│ ├── feConvolveMatrix.d.ts
│ ├── feDiffuseLighting.d.ts
│ ├── feDisplacementMap.d.ts
│ ├── feDistantLight.d.ts
│ ├── feDropShadow.d.ts
│ ├── feFlood.d.ts
│ ├── feFuncA.d.ts
│ ├── feFuncB.d.ts
│ ├── feFuncG.d.ts
│ ├── feFuncR.d.ts
│ ├── feGaussianBlur.d.ts
│ ├── feImage.d.ts
│ ├── feMerge.d.ts
│ ├── feMergeNode.d.ts
│ ├── feMorphology.d.ts
│ ├── feOffset.d.ts
│ ├── fePointLight.d.ts
│ ├── feSpecularLighting.d.ts
│ ├── feSpotLight.d.ts
│ ├── feTile.d.ts
│ ├── feTurbulence.d.ts
│ ├── fieldset.d.ts
│ ├── figcaption.d.ts
│ ├── figure.d.ts
│ ├── filter.d.ts
│ ├── font.d.ts
│ ├── footer.d.ts
│ ├── foreignObject.d.ts
│ ├── form.d.ts
│ ├── frame.d.ts
│ ├── frameset.d.ts
│ ├── g.d.ts
│ ├── h1.d.ts
│ ├── h2.d.ts
│ ├── h3.d.ts
│ ├── h4.d.ts
│ ├── h5.d.ts
│ ├── h6.d.ts
│ ├── head.d.ts
│ ├── header.d.ts
│ ├── hgroup.d.ts
│ ├── hr.d.ts
│ ├── html.d.ts
│ ├── i.d.ts
│ ├── iframe.d.ts
│ ├── image.d.ts
│ ├── img.d.ts
│ ├── input.d.ts
│ ├── ins.d.ts
│ ├── isindex.d.ts
│ ├── kbd.d.ts
│ ├── keygen.d.ts
│ ├── label.d.ts
│ ├── legend.d.ts
│ ├── li.d.ts
│ ├── line.d.ts
│ ├── linearGradient.d.ts
│ ├── link.d.ts
│ ├── listing.d.ts
│ ├── main.d.ts
│ ├── map.d.ts
│ ├── mark.d.ts
│ ├── marker.d.ts
│ ├── marquee.d.ts
│ ├── mask.d.ts
│ ├── menu.d.ts
│ ├── menuitem.d.ts
│ ├── meta.d.ts
│ ├── metadata.d.ts
│ ├── meter.d.ts
│ ├── mpath.d.ts
│ ├── multicol.d.ts
│ ├── nav.d.ts
│ ├── nextid.d.ts
│ ├── nobr.d.ts
│ ├── noembed.d.ts
│ ├── noframes.d.ts
│ ├── noindex.d.ts
│ ├── noscript.d.ts
│ ├── object.d.ts
│ ├── ol.d.ts
│ ├── optgroup.d.ts
│ ├── option.d.ts
│ ├── output.d.ts
│ ├── p.d.ts
│ ├── param.d.ts
│ ├── path.d.ts
│ ├── pattern.d.ts
│ ├── picture.d.ts
│ ├── plaintext.d.ts
│ ├── polygon.d.ts
│ ├── polyline.d.ts
│ ├── pre.d.ts
│ ├── progress.d.ts
│ ├── q.d.ts
│ ├── radialGradient.d.ts
│ ├── rb.d.ts
│ ├── rect.d.ts
│ ├── rp.d.ts
│ ├── rt.d.ts
│ ├── rtc.d.ts
│ ├── ruby.d.ts
│ ├── s.d.ts
│ ├── samp.d.ts
│ ├── script.d.ts
│ ├── search.d.ts
│ ├── section.d.ts
│ ├── select.d.ts
│ ├── set.d.ts
│ ├── slot.d.ts
│ ├── small.d.ts
│ ├── source.d.ts
│ ├── spacer.d.ts
│ ├── span.d.ts
│ ├── stop.d.ts
│ ├── strike.d.ts
│ ├── strong.d.ts
│ ├── style.d.ts
│ ├── sub.d.ts
│ ├── summary.d.ts
│ ├── sup.d.ts
│ ├── svg.d.ts
│ ├── switch.d.ts
│ ├── symbol.d.ts
│ ├── table.d.ts
│ ├── tbody.d.ts
│ ├── td.d.ts
│ ├── template.d.ts
│ ├── text.d.ts
│ ├── textPath.d.ts
│ ├── textarea.d.ts
│ ├── tfoot.d.ts
│ ├── th.d.ts
│ ├── thead.d.ts
│ ├── time.d.ts
│ ├── title.d.ts
│ ├── tr.d.ts
│ ├── track.d.ts
│ ├── tspan.d.ts
│ ├── tt.d.ts
│ ├── u.d.ts
│ ├── ul.d.ts
│ ├── use.d.ts
│ ├── var.d.ts
│ ├── video.d.ts
│ ├── view.d.ts
│ ├── wbr.d.ts
│ ├── webview.d.ts
│ └── xmp.d.ts
├── keys
│ ├── MathMLElement.d.ts
│ ├── element.d.ts
│ ├── htmlelement.d.ts
│ └── svgelement.d.ts
├── math
│ ├── a.d.ts
│ ├── abbr.d.ts
│ ├── address.d.ts
│ ├── animate.d.ts
│ ├── animateMotion.d.ts
│ ├── animateTransform.d.ts
│ ├── annotation-xml.d.ts
│ ├── annotation.d.ts
│ ├── area.d.ts
│ ├── article.d.ts
│ ├── aside.d.ts
│ ├── audio.d.ts
│ ├── b.d.ts
│ ├── base.d.ts
│ ├── bdi.d.ts
│ ├── bdo.d.ts
│ ├── big.d.ts
│ ├── blockquote.d.ts
│ ├── body.d.ts
│ ├── br.d.ts
│ ├── button.d.ts
│ ├── canvas.d.ts
│ ├── caption.d.ts
│ ├── center.d.ts
│ ├── circle.d.ts
│ ├── cite.d.ts
│ ├── clipPath.d.ts
│ ├── code.d.ts
│ ├── col.d.ts
│ ├── colgroup.d.ts
│ ├── data.d.ts
│ ├── datalist.d.ts
│ ├── dd.d.ts
│ ├── defs.d.ts
│ ├── del.d.ts
│ ├── desc.d.ts
│ ├── details.d.ts
│ ├── dfn.d.ts
│ ├── dialog.d.ts
│ ├── div.d.ts
│ ├── dl.d.ts
│ ├── dt.d.ts
│ ├── ellipse.d.ts
│ ├── em.d.ts
│ ├── embed.d.ts
│ ├── feBlend.d.ts
│ ├── feColorMatrix.d.ts
│ ├── feComponentTransfer.d.ts
│ ├── feComposite.d.ts
│ ├── feConvolveMatrix.d.ts
│ ├── feDiffuseLighting.d.ts
│ ├── feDisplacementMap.d.ts
│ ├── feDistantLight.d.ts
│ ├── feDropShadow.d.ts
│ ├── feFlood.d.ts
│ ├── feFuncA.d.ts
│ ├── feFuncB.d.ts
│ ├── feFuncG.d.ts
│ ├── feFuncR.d.ts
│ ├── feGaussianBlur.d.ts
│ ├── feImage.d.ts
│ ├── feMerge.d.ts
│ ├── feMergeNode.d.ts
│ ├── feMorphology.d.ts
│ ├── feOffset.d.ts
│ ├── fePointLight.d.ts
│ ├── feSpecularLighting.d.ts
│ ├── feSpotLight.d.ts
│ ├── feTile.d.ts
│ ├── feTurbulence.d.ts
│ ├── fieldset.d.ts
│ ├── figcaption.d.ts
│ ├── figure.d.ts
│ ├── filter.d.ts
│ ├── footer.d.ts
│ ├── foreignObject.d.ts
│ ├── form.d.ts
│ ├── g.d.ts
│ ├── h1.d.ts
│ ├── h2.d.ts
│ ├── h3.d.ts
│ ├── h4.d.ts
│ ├── h5.d.ts
│ ├── h6.d.ts
│ ├── head.d.ts
│ ├── header.d.ts
│ ├── hgroup.d.ts
│ ├── hr.d.ts
│ ├── html.d.ts
│ ├── i.d.ts
│ ├── iframe.d.ts
│ ├── image.d.ts
│ ├── img.d.ts
│ ├── input.d.ts
│ ├── ins.d.ts
│ ├── kbd.d.ts
│ ├── keygen.d.ts
│ ├── label.d.ts
│ ├── legend.d.ts
│ ├── li.d.ts
│ ├── line.d.ts
│ ├── linearGradient.d.ts
│ ├── link.d.ts
│ ├── maction.d.ts
│ ├── main.d.ts
│ ├── map.d.ts
│ ├── mark.d.ts
│ ├── marker.d.ts
│ ├── mask.d.ts
│ ├── math.d.ts
│ ├── menclose.d.ts
│ ├── menu.d.ts
│ ├── menuitem.d.ts
│ ├── merror.d.ts
│ ├── meta.d.ts
│ ├── metadata.d.ts
│ ├── meter.d.ts
│ ├── mfenced.d.ts
│ ├── mfrac.d.ts
│ ├── mi.d.ts
│ ├── mmultiscripts.d.ts
│ ├── mn.d.ts
│ ├── mo.d.ts
│ ├── mover.d.ts
│ ├── mpadded.d.ts
│ ├── mpath.d.ts
│ ├── mphantom.d.ts
│ ├── mprescripts.d.ts
│ ├── mroot.d.ts
│ ├── mrow.d.ts
│ ├── ms.d.ts
│ ├── mspace.d.ts
│ ├── msqrt.d.ts
│ ├── mstyle.d.ts
│ ├── msub.d.ts
│ ├── msubsup.d.ts
│ ├── msup.d.ts
│ ├── mtable.d.ts
│ ├── mtd.d.ts
│ ├── mtext.d.ts
│ ├── mtr.d.ts
│ ├── munder.d.ts
│ ├── munderover.d.ts
│ ├── nav.d.ts
│ ├── noindex.d.ts
│ ├── noscript.d.ts
│ ├── object.d.ts
│ ├── ol.d.ts
│ ├── optgroup.d.ts
│ ├── option.d.ts
│ ├── output.d.ts
│ ├── p.d.ts
│ ├── param.d.ts
│ ├── path.d.ts
│ ├── pattern.d.ts
│ ├── picture.d.ts
│ ├── polygon.d.ts
│ ├── polyline.d.ts
│ ├── pre.d.ts
│ ├── progress.d.ts
│ ├── q.d.ts
│ ├── radialGradient.d.ts
│ ├── rect.d.ts
│ ├── rp.d.ts
│ ├── rt.d.ts
│ ├── ruby.d.ts
│ ├── s.d.ts
│ ├── samp.d.ts
│ ├── script.d.ts
│ ├── search.d.ts
│ ├── section.d.ts
│ ├── select.d.ts
│ ├── semantics.d.ts
│ ├── set.d.ts
│ ├── slot.d.ts
│ ├── small.d.ts
│ ├── source.d.ts
│ ├── span.d.ts
│ ├── stop.d.ts
│ ├── strong.d.ts
│ ├── style.d.ts
│ ├── sub.d.ts
│ ├── summary.d.ts
│ ├── sup.d.ts
│ ├── svg.d.ts
│ ├── switch.d.ts
│ ├── symbol.d.ts
│ ├── table.d.ts
│ ├── tbody.d.ts
│ ├── td.d.ts
│ ├── template.d.ts
│ ├── text.d.ts
│ ├── textPath.d.ts
│ ├── textarea.d.ts
│ ├── tfoot.d.ts
│ ├── th.d.ts
│ ├── thead.d.ts
│ ├── time.d.ts
│ ├── title.d.ts
│ ├── tr.d.ts
│ ├── track.d.ts
│ ├── tspan.d.ts
│ ├── u.d.ts
│ ├── ul.d.ts
│ ├── use.d.ts
│ ├── var.d.ts
│ ├── video.d.ts
│ ├── view.d.ts
│ ├── wbr.d.ts
│ └── webview.d.ts
└── svg
│ ├── a.d.ts
│ ├── abbr.d.ts
│ ├── address.d.ts
│ ├── animate.d.ts
│ ├── animatemotion.d.ts
│ ├── animatetransform.d.ts
│ ├── area.d.ts
│ ├── article.d.ts
│ ├── aside.d.ts
│ ├── audio.d.ts
│ ├── b.d.ts
│ ├── base.d.ts
│ ├── bdi.d.ts
│ ├── bdo.d.ts
│ ├── big.d.ts
│ ├── blockquote.d.ts
│ ├── body.d.ts
│ ├── br.d.ts
│ ├── button.d.ts
│ ├── canvas.d.ts
│ ├── caption.d.ts
│ ├── center.d.ts
│ ├── circle.d.ts
│ ├── cite.d.ts
│ ├── clippath.d.ts
│ ├── code.d.ts
│ ├── col.d.ts
│ ├── colgroup.d.ts
│ ├── data.d.ts
│ ├── datalist.d.ts
│ ├── dd.d.ts
│ ├── defs.d.ts
│ ├── del.d.ts
│ ├── desc.d.ts
│ ├── details.d.ts
│ ├── dfn.d.ts
│ ├── dialog.d.ts
│ ├── div.d.ts
│ ├── dl.d.ts
│ ├── dt.d.ts
│ ├── ellipse.d.ts
│ ├── em.d.ts
│ ├── embed.d.ts
│ ├── feblend.d.ts
│ ├── fecolormatrix.d.ts
│ ├── fecomponenttransfer.d.ts
│ ├── fecomposite.d.ts
│ ├── feconvolvematrix.d.ts
│ ├── fediffuselighting.d.ts
│ ├── fedisplacementmap.d.ts
│ ├── fedistantlight.d.ts
│ ├── fedropshadow.d.ts
│ ├── feflood.d.ts
│ ├── fefunca.d.ts
│ ├── fefuncb.d.ts
│ ├── fefuncg.d.ts
│ ├── fefuncr.d.ts
│ ├── fegaussianblur.d.ts
│ ├── feimage.d.ts
│ ├── femerge.d.ts
│ ├── femergenode.d.ts
│ ├── femorphology.d.ts
│ ├── feoffset.d.ts
│ ├── fepointlight.d.ts
│ ├── fespecularlighting.d.ts
│ ├── fespotlight.d.ts
│ ├── fetile.d.ts
│ ├── feturbulence.d.ts
│ ├── fieldset.d.ts
│ ├── figcaption.d.ts
│ ├── figure.d.ts
│ ├── filter.d.ts
│ ├── footer.d.ts
│ ├── foreignobject.d.ts
│ ├── form.d.ts
│ ├── g.d.ts
│ ├── h1.d.ts
│ ├── h2.d.ts
│ ├── h3.d.ts
│ ├── h4.d.ts
│ ├── h5.d.ts
│ ├── h6.d.ts
│ ├── head.d.ts
│ ├── header.d.ts
│ ├── hgroup.d.ts
│ ├── hr.d.ts
│ ├── html.d.ts
│ ├── i.d.ts
│ ├── iframe.d.ts
│ ├── image.d.ts
│ ├── img.d.ts
│ ├── input.d.ts
│ ├── ins.d.ts
│ ├── kbd.d.ts
│ ├── keygen.d.ts
│ ├── label.d.ts
│ ├── legend.d.ts
│ ├── li.d.ts
│ ├── line.d.ts
│ ├── lineargradient.d.ts
│ ├── link.d.ts
│ ├── main.d.ts
│ ├── map.d.ts
│ ├── mark.d.ts
│ ├── marker.d.ts
│ ├── mask.d.ts
│ ├── menu.d.ts
│ ├── menuitem.d.ts
│ ├── meta.d.ts
│ ├── metadata.d.ts
│ ├── meter.d.ts
│ ├── mpath.d.ts
│ ├── nav.d.ts
│ ├── noindex.d.ts
│ ├── noscript.d.ts
│ ├── object.d.ts
│ ├── ol.d.ts
│ ├── optgroup.d.ts
│ ├── option.d.ts
│ ├── output.d.ts
│ ├── p.d.ts
│ ├── param.d.ts
│ ├── path.d.ts
│ ├── pattern.d.ts
│ ├── picture.d.ts
│ ├── polygon.d.ts
│ ├── polyline.d.ts
│ ├── pre.d.ts
│ ├── progress.d.ts
│ ├── q.d.ts
│ ├── radialgradient.d.ts
│ ├── rect.d.ts
│ ├── rp.d.ts
│ ├── rt.d.ts
│ ├── ruby.d.ts
│ ├── s.d.ts
│ ├── samp.d.ts
│ ├── script.d.ts
│ ├── search.d.ts
│ ├── section.d.ts
│ ├── select.d.ts
│ ├── set.d.ts
│ ├── slot.d.ts
│ ├── small.d.ts
│ ├── source.d.ts
│ ├── span.d.ts
│ ├── stop.d.ts
│ ├── strong.d.ts
│ ├── style.d.ts
│ ├── sub.d.ts
│ ├── summary.d.ts
│ ├── sup.d.ts
│ ├── svg.d.ts
│ ├── switch.d.ts
│ ├── symbol.d.ts
│ ├── table.d.ts
│ ├── tbody.d.ts
│ ├── td.d.ts
│ ├── template.d.ts
│ ├── text.d.ts
│ ├── textarea.d.ts
│ ├── textpath.d.ts
│ ├── tfoot.d.ts
│ ├── th.d.ts
│ ├── thead.d.ts
│ ├── time.d.ts
│ ├── title.d.ts
│ ├── tr.d.ts
│ ├── track.d.ts
│ ├── tspan.d.ts
│ ├── u.d.ts
│ ├── ul.d.ts
│ ├── use.d.ts
│ ├── var.d.ts
│ ├── video.d.ts
│ ├── view.d.ts
│ ├── wbr.d.ts
│ └── webview.d.ts
├── package.json
├── readme.md
├── src
├── browser.js
├── data.js
├── frameworks.js
├── index.js
├── mdn.js
├── parse.js
├── typescript.js
├── utils.js
└── vscode.js
├── table
├── github-mark-white.png
├── index.css
├── index.html
├── index.js
└── index.template.html
├── tsconfig.json
└── update.bat
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: [titoBouzout] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: # Replace with a single Patreon username
5 | open_collective: tito-bouzout # Replace with a single Open Collective username
6 | ko_fi: # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12 | polar: # Replace with a single Polar username
13 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
14 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | jsx/original
3 | jsx/source
4 |
--------------------------------------------------------------------------------
/.prettierrc.json:
--------------------------------------------------------------------------------
1 | {
2 | "printWidth": 250000,
3 | "useTabs": true,
4 | "semi": false,
5 | "singleQuote": true,
6 | "quoteProps": "as-needed",
7 | "jsxSingleQuote": false,
8 | "trailingComma": "all",
9 | "bracketSpacing": true,
10 | "bracketSameLine": false,
11 | "arrowParens": "avoid",
12 | "proseWrap": "never",
13 | "endOfLine": "lf",
14 | "singleAttributePerLine": false,
15 | "embeddedLanguageFormatting": "off"
16 | }
17 |
--------------------------------------------------------------------------------
/browser/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
7 |
8 |
--------------------------------------------------------------------------------
/browser/test:
--------------------------------------------------------------------------------
1 | string
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/jsx/.prettierrc.json:
--------------------------------------------------------------------------------
1 | {
2 | "printWidth": 250000,
3 | "useTabs": true,
4 | "semi": false,
5 | "singleQuote": true,
6 | "quoteProps": "as-needed",
7 | "jsxSingleQuote": false,
8 | "trailingComma": "all",
9 | "bracketSpacing": true,
10 | "bracketSameLine": false,
11 | "arrowParens": "avoid",
12 | "proseWrap": "never",
13 | "endOfLine": "lf",
14 | "singleAttributePerLine": false,
15 | "embeddedLanguageFormatting": "off"
16 | }
17 |
--------------------------------------------------------------------------------
/jsx/html/abbr.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/acronym.d.ts:
--------------------------------------------------------------------------------
1 | // Pota - https://github.com/potahtml/pota
2 | interface HTMLElementAttributes extends HTMLAttributes {}
3 |
--------------------------------------------------------------------------------
/jsx/html/address.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/animate.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/animateMotion.d.ts:
--------------------------------------------------------------------------------
1 | // Vue - https://vuejs.org/
2 |
3 | // React - https://react.dev/
4 | interface SVGProps extends SVGAttributes, ClassAttributes {}
5 | interface ClassAttributes extends RefAttributes {}
6 |
--------------------------------------------------------------------------------
/jsx/html/animateTransform.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/applet.d.ts:
--------------------------------------------------------------------------------
1 | // Pota - https://github.com/potahtml/pota
2 | interface HTMLUnknownElementAttributes extends HTMLAttributes {}
3 |
--------------------------------------------------------------------------------
/jsx/html/article.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/aside.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/b.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/basefont.d.ts:
--------------------------------------------------------------------------------
1 | // Pota - https://github.com/potahtml/pota
2 | interface HTMLElementAttributes extends HTMLAttributes {}
3 |
--------------------------------------------------------------------------------
/jsx/html/bdi.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/bdo.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 | interface BdoHTMLAttributes extends HTMLAttributes {
3 | dir?: 'ltr' | 'rtl'
4 | }
5 |
6 | // Solid Next - https://www.solidjs.com/
7 | interface BdoHTMLAttributes extends HTMLAttributes {
8 | dir?: 'ltr' | 'rtl' | false
9 | }
10 |
11 | // Voby - https://github.com/vobyjs/voby
12 |
13 | // Vue - https://vuejs.org/
14 |
15 | // Preact - https://preactjs.com/
16 |
17 | // React - https://react.dev/
18 |
19 | // Pota - https://github.com/potahtml/pota
20 | interface HTMLBdoElementAttributes extends HTMLAttributes {}
21 |
--------------------------------------------------------------------------------
/jsx/html/bgsound.d.ts:
--------------------------------------------------------------------------------
1 | // Pota - https://github.com/potahtml/pota
2 | interface HTMLUnknownElementAttributes extends HTMLAttributes {}
3 |
--------------------------------------------------------------------------------
/jsx/html/big.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Preact - https://preactjs.com/
8 |
9 | // React - https://react.dev/
10 |
11 | // Pota - https://github.com/potahtml/pota
12 | interface HTMLElementAttributes extends HTMLAttributes {}
13 |
--------------------------------------------------------------------------------
/jsx/html/blink.d.ts:
--------------------------------------------------------------------------------
1 | // Pota - https://github.com/potahtml/pota
2 | interface HTMLUnknownElementAttributes extends HTMLAttributes {}
3 |
--------------------------------------------------------------------------------
/jsx/html/blockquote.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 | interface BlockquoteHTMLAttributes extends HTMLAttributes {
3 | cite?: string
4 | }
5 |
6 | // Solid Next - https://www.solidjs.com/
7 | interface BlockquoteHTMLAttributes extends HTMLAttributes {
8 | cite?: string | false
9 | }
10 |
11 | // Voby - https://github.com/vobyjs/voby
12 | interface BlockquoteHTMLAttributes extends HTMLAttributes {
13 | cite?: string
14 | }
15 |
16 | // Vue - https://vuejs.org/
17 | interface BlockquoteHTMLAttributes extends HTMLAttributes {
18 | cite?: string
19 | }
20 |
21 | // Preact - https://preactjs.com/
22 | interface BlockquoteHTMLAttributes extends HTMLAttributes {
23 | cite?: string
24 | }
25 |
26 | // React - https://react.dev/
27 | interface BlockquoteHTMLAttributes extends HTMLAttributes {
28 | cite?: string
29 | }
30 |
31 | // Pota - https://github.com/potahtml/pota
32 | interface HTMLQuoteElementAttributes extends HTMLAttributes {
33 | cite?: string
34 | }
35 |
--------------------------------------------------------------------------------
/jsx/html/br.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 | interface BrHTMLAttributes extends VoidHTMLAttributes {}
7 |
8 | // Vue - https://vuejs.org/
9 |
10 | // Preact - https://preactjs.com/
11 |
12 | // React - https://react.dev/
13 |
14 | // Pota - https://github.com/potahtml/pota
15 | interface HTMLBRElementAttributes extends HTMLAttributes {
16 | /** @deprecated */
17 | clear?: string
18 | }
19 |
--------------------------------------------------------------------------------
/jsx/html/caption.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 | interface CaptionHTMLAttributes extends HTMLAttributes {
3 | /** @deprecated */
4 | align?: 'left' | 'center' | 'right'
5 | }
6 |
7 | // Solid Next - https://www.solidjs.com/
8 | interface CaptionHTMLAttributes extends HTMLAttributes {
9 | /** @deprecated */
10 | align?: 'left' | 'center' | 'right' | false
11 | }
12 |
13 | // Voby - https://github.com/vobyjs/voby
14 |
15 | // Vue - https://vuejs.org/
16 |
17 | // Preact - https://preactjs.com/
18 |
19 | // React - https://react.dev/
20 |
21 | // Pota - https://github.com/potahtml/pota
22 | interface HTMLTableCaptionElementAttributes extends HTMLAttributes {
23 | /** @deprecated */
24 | align?: 'left' | 'center' | 'right'
25 | }
26 |
--------------------------------------------------------------------------------
/jsx/html/center.d.ts:
--------------------------------------------------------------------------------
1 | // React - https://react.dev/
2 |
3 | // Pota - https://github.com/potahtml/pota
4 | interface HTMLElementAttributes extends HTMLAttributes {}
5 |
--------------------------------------------------------------------------------
/jsx/html/circle.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/cite.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/clipPath.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/code.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/data.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 | interface DataHTMLAttributes extends HTMLAttributes {
3 | value?: string | string[] | number
4 | }
5 |
6 | // Solid Next - https://www.solidjs.com/
7 | interface DataHTMLAttributes extends HTMLAttributes {
8 | value?: string | string[] | number | false
9 | }
10 |
11 | // Voby - https://github.com/vobyjs/voby
12 | interface DataHTMLAttributes extends HTMLAttributes {
13 | value?: string | readonly string[] | number
14 | }
15 |
16 | // Vue - https://vuejs.org/
17 | interface DataHTMLAttributes extends HTMLAttributes {
18 | value?: string | readonly string[] | number
19 | }
20 |
21 | // Preact - https://preactjs.com/
22 | interface DataHTMLAttributes extends HTMLAttributes {
23 | value?: string | number
24 | }
25 |
26 | // React - https://react.dev/
27 | interface DataHTMLAttributes extends HTMLAttributes {
28 | value?: string | readonly string[] | number
29 | }
30 |
31 | // Pota - https://github.com/potahtml/pota
32 | interface HTMLDataElementAttributes extends HTMLAttributes {
33 | value?: number | string
34 | }
35 |
--------------------------------------------------------------------------------
/jsx/html/datalist.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLDataListElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/dd.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/defs.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/del.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 | interface ModHTMLAttributes extends HTMLAttributes {
3 | cite?: string
4 | datetime?: string
5 |
6 | dateTime?: string
7 | }
8 |
9 | // Solid Next - https://www.solidjs.com/
10 | interface ModHTMLAttributes extends HTMLAttributes {
11 | cite?: string | false
12 | datetime?: string | false
13 | }
14 |
15 | // Voby - https://github.com/vobyjs/voby
16 | interface DelHTMLAttributes extends HTMLAttributes {
17 | cite?: string
18 | dateTime?: string
19 | }
20 |
21 | // Vue - https://vuejs.org/
22 | interface DelHTMLAttributes extends HTMLAttributes {
23 | cite?: string
24 | datetime?: string
25 | }
26 |
27 | // Preact - https://preactjs.com/
28 | interface DelHTMLAttributes extends HTMLAttributes {
29 | cite?: string
30 | datetime?: string
31 | dateTime?: string
32 | }
33 |
34 | // React - https://react.dev/
35 | interface DelHTMLAttributes extends HTMLAttributes {
36 | cite?: string
37 | dateTime?: string
38 | }
39 |
40 | // Pota - https://github.com/potahtml/pota
41 | interface HTMLModElementAttributes extends HTMLAttributes {
42 | cite?: string
43 | datetime?: string
44 | }
45 |
--------------------------------------------------------------------------------
/jsx/html/desc.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/details.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 | interface DetailsHtmlAttributes extends HTMLAttributes {
3 | name?: string
4 | open?: boolean
5 | }
6 |
7 | // Solid Next - https://www.solidjs.com/
8 | interface DetailsHtmlAttributes extends HTMLAttributes {
9 | name?: string | false
10 | open?: true | false | '' | false
11 | }
12 |
13 | // Voby - https://github.com/vobyjs/voby
14 | interface DetailsHTMLAttributes extends HTMLAttributes {
15 | open?: boolean
16 | onToggle?: GenericEventHandler
17 | }
18 |
19 | // Vue - https://vuejs.org/
20 | interface DetailsHTMLAttributes extends HTMLAttributes {
21 | name?: string
22 | open?: boolean | 'true' | 'false'
23 | onToggle?: (payload: ToggleEvent) => void
24 | }
25 |
26 | // Preact - https://preactjs.com/
27 | interface DetailsHTMLAttributes extends HTMLAttributes {
28 | name?: string
29 | open?: boolean
30 | }
31 |
32 | // React - https://react.dev/
33 | interface DetailsHTMLAttributes extends HTMLAttributes {
34 | open?: boolean
35 | name?: string
36 | }
37 |
38 | // Pota - https://github.com/potahtml/pota
39 | interface HTMLDetailsElementAttributes extends HTMLAttributes {
40 | name?: string
41 | open?: boolean | ''
42 | }
43 |
--------------------------------------------------------------------------------
/jsx/html/dfn.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/dir.d.ts:
--------------------------------------------------------------------------------
1 | // Pota - https://github.com/potahtml/pota
2 | interface HTMLDirectoryElementAttributes extends HTMLAttributes {
3 | /** @deprecated */
4 | compact?: boolean | ''
5 | }
6 |
--------------------------------------------------------------------------------
/jsx/html/div.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLDivElementAttributes extends HTMLAttributes {
15 | /** @deprecated */
16 | align?: 'left' | 'right' | 'justify' | 'center'
17 | }
18 |
--------------------------------------------------------------------------------
/jsx/html/dl.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLDListElementAttributes extends HTMLAttributes {
15 | /** @deprecated */
16 | compact?: boolean | ''
17 | }
18 |
--------------------------------------------------------------------------------
/jsx/html/dt.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/ellipse.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/em.d.ts:
--------------------------------------------------------------------------------
1 | // Solid Main - https://www.solidjs.com/
2 |
3 | // Solid Next - https://www.solidjs.com/
4 |
5 | // Voby - https://github.com/vobyjs/voby
6 |
7 | // Vue - https://vuejs.org/
8 |
9 | // Preact - https://preactjs.com/
10 |
11 | // React - https://react.dev/
12 |
13 | // Pota - https://github.com/potahtml/pota
14 | interface HTMLElementAttributes extends HTMLAttributes {}
15 |
--------------------------------------------------------------------------------
/jsx/html/feBlend.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feColorMatrix.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feComponentTransfer.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feComposite.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feConvolveMatrix.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feDiffuseLighting.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feDisplacementMap.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feDistantLight.d.ts:
--------------------------------------------------------------------------------
1 | // Vue - https://vuejs.org/
2 |
3 | // React - https://react.dev/
4 | interface SVGProps extends SVGAttributes, ClassAttributes {}
5 | interface ClassAttributes extends RefAttributes {}
6 |
--------------------------------------------------------------------------------
/jsx/html/feDropShadow.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feFlood.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feFuncA.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feFuncB.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feFuncG.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feFuncR.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feGaussianBlur.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feImage.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feMerge.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feMergeNode.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feMorphology.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/feOffset.d.ts:
--------------------------------------------------------------------------------
1 | // Voby - https://github.com/vobyjs/voby
2 |
3 | // Vue - https://vuejs.org/
4 |
5 | // React - https://react.dev/
6 | interface SVGProps extends SVGAttributes, ClassAttributes {}
7 | interface ClassAttributes extends RefAttributes {}
8 |
--------------------------------------------------------------------------------
/jsx/html/fePointLight.d.ts:
--------------------------------------------------------------------------------
1 | // Vue - https://vuejs.org/
2 |
3 | // React - https://react.dev/
4 | interface SVGProps extends SVGAttributes, ClassAttributes