]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
types(tsx): svg xmlns attribute typing (#2344)
authorneverland <chenjiahan@buaa.edu.cn>
Mon, 19 Oct 2020 21:40:21 +0000 (05:40 +0800)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 21:40:21 +0000 (17:40 -0400)
packages/runtime-dom/types/jsx.d.ts

index 5d6bf20fbc8b1edaf79083615606c1229bef0dd5..f0c426009deeec3eecf112b82e309ff2b05fbc2c 100644 (file)
@@ -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