소스 검색

chore: remove unused imports (#8327)

丶远方 2 년 전
부모
커밋
5ddeb45e82
2개의 변경된 파일2개의 추가작업 그리고 12개의 파일을 삭제
  1. 1 6
      packages/vue/jsx-runtime/index.d.ts
  2. 1 6
      packages/vue/jsx.d.ts

+ 1 - 6
packages/vue/jsx-runtime/index.d.ts

@@ -1,9 +1,4 @@
-import type {
-  VNode,
-  IntrinsicElementAttributes,
-  ReservedProps,
-  NativeElements
-} from '@vue/runtime-dom'
+import type { VNode, ReservedProps, NativeElements } from '@vue/runtime-dom'
 
 /**
  * JSX namespace for usage with @jsxImportsSource directive

+ 1 - 6
packages/vue/jsx.d.ts

@@ -1,11 +1,6 @@
 // global JSX namespace registration
 // somehow we have to copy=pase the jsx-runtime types here to make TypeScript happy
-import type {
-  VNode,
-  IntrinsicElementAttributes,
-  ReservedProps,
-  NativeElements
-} from '@vue/runtime-dom'
+import type { VNode, ReservedProps, NativeElements } from '@vue/runtime-dom'
 
 declare global {
   namespace JSX {