|
@@ -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 {
|
|
|
|
|
- VNode,
|
|
|
|
|
- IntrinsicElementAttributes,
|
|
|
|
|
- ReservedProps,
|
|
|
|
|
- NativeElements
|
|
|
|
|
-} from '@vue/runtime-dom'
|
|
|
|
|
|
|
+import type { VNode, ReservedProps, NativeElements } from '@vue/runtime-dom'
|
|
|
|
|
|
|
|
declare global {
|
|
declare global {
|
|
|
namespace JSX {
|
|
namespace JSX {
|