Skip to content

Commit dad464f

Browse files
chore(html): add xmlns prop to html tag jsx type (#331)
Signed-off-by: Arthur Fiorette <[email protected]> Co-authored-by: Arthur Fiorette <[email protected]>
1 parent 2dc8b30 commit dad464f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/plenty-wolves-beg.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@kitajs/html": patch
3+
---
4+
5+
Add xmlns prop to html tag jsx type

packages/html/jsx.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ declare namespace JSX {
254254

255255
interface HtmlHtmlTag extends HtmlTag {
256256
manifest?: undefined | string;
257+
xmlns?: string | string;
257258
}
258259

259260
interface HtmlIFrameTag extends HtmlTag {

0 commit comments

Comments
 (0)