We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702711e commit 5ddeb45Copy full SHA for 5ddeb45
packages/vue/jsx-runtime/index.d.ts
@@ -1,9 +1,4 @@
1
-import type {
2
- VNode,
3
- IntrinsicElementAttributes,
4
- ReservedProps,
5
- NativeElements
6
-} from '@vue/runtime-dom'
+import type { VNode, ReservedProps, NativeElements } from '@vue/runtime-dom'
7
8
/**
9
* JSX namespace for usage with @jsxImportsSource directive
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
10
declare global {
11
namespace JSX {
0 commit comments