瀏覽代碼

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

neverland 5 年之前
父節點
當前提交
e894caf731
共有 1 個文件被更改,包括 1 次插入0 次删除
  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