From: Evan You Date: Mon, 27 Mar 2023 10:03:02 +0000 (+0800) Subject: chore: fix type X-Git-Tag: v3.3.0-alpha.6~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8073d0aebccf92899553f58761a70b89c4437c;p=thirdparty%2Fvuejs%2Fcore.git chore: fix type --- diff --git a/packages/vue/jsx.d.ts b/packages/vue/jsx.d.ts index a33c0ad901..4057d6afc9 100644 --- a/packages/vue/jsx.d.ts +++ b/packages/vue/jsx.d.ts @@ -9,8 +9,6 @@ declare global { extends JSXInternal.ElementAttributesProperty {} interface IntrinsicElements extends JSXInternal.IntrinsicElements {} interface IntrinsicAttributes extends JSXInternal.IntrinsicAttributes {} - interface ElementChildrenAttribute - extends JSXInternal.ElementChildrenAttribute {} } }