mirror of https://github.com/vuejs/core.git
chore: remove unused imports (#8327)
This commit is contained in:
parent
702711e771
commit
5ddeb45e82
|
@ -1,9 +1,4 @@
|
||||||
import type {
|
import type { VNode, ReservedProps, NativeElements } from '@vue/runtime-dom'
|
||||||
VNode,
|
|
||||||
IntrinsicElementAttributes,
|
|
||||||
ReservedProps,
|
|
||||||
NativeElements
|
|
||||||
} from '@vue/runtime-dom'
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* JSX namespace for usage with @jsxImportsSource directive
|
* JSX namespace for usage with @jsxImportsSource directive
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
// global JSX namespace registration
|
// global JSX namespace registration
|
||||||
// somehow we have to copy=pase the jsx-runtime types here to make TypeScript happy
|
// somehow we have to copy=pase the jsx-runtime types here to make TypeScript happy
|
||||||
import type {
|
import type { VNode, ReservedProps, NativeElements } from '@vue/runtime-dom'
|
||||||
VNode,
|
|
||||||
IntrinsicElementAttributes,
|
|
||||||
ReservedProps,
|
|
||||||
NativeElements
|
|
||||||
} from '@vue/runtime-dom'
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
namespace JSX {
|
namespace JSX {
|
||||||
|
|
Loading…
Reference in New Issue