Skip to content

Commit

Permalink
chore(html): add xmlns prop to html tag jsx type (#331)
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Fiorette <[email protected]>
Co-authored-by: Arthur Fiorette <[email protected]>
  • Loading branch information
JacopoPatroclo and arthurfiorette authored Dec 6, 2024
1 parent 2dc8b30 commit dad464f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-wolves-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kitajs/html": patch
---

Add xmlns prop to html tag jsx type
1 change: 1 addition & 0 deletions packages/html/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ declare namespace JSX {

interface HtmlHtmlTag extends HtmlTag {
manifest?: undefined | string;
xmlns?: string | string;
}

interface HtmlIFrameTag extends HtmlTag {
Expand Down

0 comments on commit dad464f

Please sign in to comment.