From 2ffe1dfc0bc41829998465e3ea3cd3a7e0b6f13b Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 27 Mar 2023 18:03:02 +0800 Subject: [PATCH] chore: fix type --- packages/vue/jsx.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/vue/jsx.d.ts b/packages/vue/jsx.d.ts index a33c0ad9015..4057d6afc9c 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 {} } }