chore: remove unused imports (#8327)

This commit is contained in:
丶远方 2023-05-19 07:47:23 +08:00 committed by GitHub
parent 702711e771
commit 5ddeb45e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 12 deletions

View 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

View 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 {