Browse Source

types(tsx): svg xmlns attribute typing (#2344)

neverland 5 năm trước cách đây
mục cha
commit
e894caf731
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/runtime-dom/types/jsx.d.ts

+ 1 - 0
packages/runtime-dom/types/jsx.d.ts

@@ -1004,6 +1004,7 @@ export interface SVGAttributes extends AriaAttributes, EventHandlers<Events> {
   xlinkShow?: string
   xlinkTitle?: string
   xlinkType?: string
+  xmlns?: string
   y1?: number | string
   y2?: number | string
   y?: number | string