Skip to content

Commit e894caf

Browse files
authored
types(tsx): svg xmlns attribute typing (#2344)
1 parent 0e5a3c4 commit e894caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-dom/types/jsx.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ export interface SVGAttributes extends AriaAttributes, EventHandlers<Events> {
10041004
xlinkShow?: string
10051005
xlinkTitle?: string
10061006
xlinkType?: string
1007+
xmlns?: string
10071008
y1?: number | string
10081009
y2?: number | string
10091010
y?: number | string

0 commit comments

Comments
 (0)