Skip to content

Commit 5ddeb45

Browse files
chore: remove unused imports (#8327)
1 parent 702711e commit 5ddeb45

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

packages/vue/jsx-runtime/index.d.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import type {
2-
VNode,
3-
IntrinsicElementAttributes,
4-
ReservedProps,
5-
NativeElements
6-
} from '@vue/runtime-dom'
1+
import type { VNode, ReservedProps, NativeElements } from '@vue/runtime-dom'
72

83
/**
94
* JSX namespace for usage with @jsxImportsSource directive

packages/vue/jsx.d.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// global JSX namespace registration
22
// somehow we have to copy=pase the jsx-runtime types here to make TypeScript happy
3-
import type {
4-
VNode,
5-
IntrinsicElementAttributes,
6-
ReservedProps,
7-
NativeElements
8-
} from '@vue/runtime-dom'
3+
import type { VNode, ReservedProps, NativeElements } from '@vue/runtime-dom'
94

105
declare global {
116
namespace JSX {

0 commit comments

Comments
 (0)