]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unused imports (#8327)
author丶远方 <yangpanteng@gmail.com>
Thu, 18 May 2023 23:47:23 +0000 (07:47 +0800)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 23:47:23 +0000 (07:47 +0800)
packages/vue/jsx-runtime/index.d.ts
packages/vue/jsx.d.ts

index a44382cfbb1347b85e95b076e6b8e9c935005115..9d022dd0c05710e12c9a0d74b9a706c16c3c8e6a 100644 (file)
@@ -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
index afc1039e46d5339dc7241575f15f72183b3a2f4b..cec81c564d42e9f64ef12e8c046553e1ac82ed00 100644 (file)
@@ -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 {