소스 검색

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