From: neverland Date: Mon, 19 Oct 2020 21:40:21 +0000 (+0800) Subject: types(tsx): svg xmlns attribute typing (#2344) X-Git-Tag: v3.0.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e894caf7315bc36ea30a2fba3f1263025cb9deb0;p=thirdparty%2Fvuejs%2Fcore.git types(tsx): svg xmlns attribute typing (#2344) --- diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index 5d6bf20fbc..f0c426009d 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -1004,6 +1004,7 @@ export interface SVGAttributes extends AriaAttributes, EventHandlers { xlinkShow?: string xlinkTitle?: string xlinkType?: string + xmlns?: string y1?: number | string y2?: number | string y?: number | string