]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix type
authorEvan You <yyx990803@gmail.com>
Mon, 27 Mar 2023 10:03:02 +0000 (18:03 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 27 Mar 2023 10:03:02 +0000 (18:03 +0800)
packages/vue/jsx.d.ts

index a33c0ad9015fba1ba916251324224c2ced8fc0a9..4057d6afc9ce4b39bbcb8d5e24f7731a9501e1e8 100644 (file)
@@ -9,8 +9,6 @@ declare global {
       extends JSXInternal.ElementAttributesProperty {}
     interface IntrinsicElements extends JSXInternal.IntrinsicElements {}
     interface IntrinsicAttributes extends JSXInternal.IntrinsicAttributes {}
-    interface ElementChildrenAttribute
-      extends JSXInternal.ElementChildrenAttribute {}
   }
 }