فهرست منبع

chore: fix type

Evan You 3 سال پیش
والد
کامیت
9a8073d0ae
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      packages/vue/jsx.d.ts

+ 0 - 2
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 {}
   }
 }