diff --git a/packages/background/src/auto-imports.d.ts b/packages/background/src/auto-imports.d.ts index 18db459a..05f84c95 100644 --- a/packages/background/src/auto-imports.d.ts +++ b/packages/background/src/auto-imports.d.ts @@ -1,7 +1,4 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-auto-import +// Generated by 'unplugin-auto-import' export {} declare global { const $$: typeof import('vue/macros')['$$'] @@ -46,6 +43,7 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const resolveComponent: typeof import('vue')['resolveComponent'] + const resolveDirective: typeof import('vue')['resolveDirective'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] @@ -63,8 +61,3 @@ declare global { const watchPostEffect: typeof import('vue')['watchPostEffect'] const watchSyncEffect: typeof import('vue')['watchSyncEffect'] } -// for type re-export -declare global { - // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' -} diff --git a/packages/controls/src/auto-imports.d.ts b/packages/controls/src/auto-imports.d.ts index 18db459a..05f84c95 100644 --- a/packages/controls/src/auto-imports.d.ts +++ b/packages/controls/src/auto-imports.d.ts @@ -1,7 +1,4 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-auto-import +// Generated by 'unplugin-auto-import' export {} declare global { const $$: typeof import('vue/macros')['$$'] @@ -46,6 +43,7 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const resolveComponent: typeof import('vue')['resolveComponent'] + const resolveDirective: typeof import('vue')['resolveDirective'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] @@ -63,8 +61,3 @@ declare global { const watchPostEffect: typeof import('vue')['watchPostEffect'] const watchSyncEffect: typeof import('vue')['watchSyncEffect'] } -// for type re-export -declare global { - // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' -} diff --git a/packages/core/src/auto-imports.d.ts b/packages/core/src/auto-imports.d.ts index d5e20a78..65b43fe1 100644 --- a/packages/core/src/auto-imports.d.ts +++ b/packages/core/src/auto-imports.d.ts @@ -1,7 +1,4 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-auto-import +// Generated by 'unplugin-auto-import' export {} declare global { const $$: typeof import('vue/macros')['$$'] @@ -168,6 +165,7 @@ declare global { const rendererPointToPoint: typeof import('./utils/graph')['rendererPointToPoint'] const resetRecentHandle: typeof import('./utils/handle')['resetRecentHandle'] const resolveComponent: typeof import('vue')['resolveComponent'] + const resolveDirective: typeof import('vue')['resolveDirective'] const resolveRef: typeof import('@vueuse/core')['resolveRef'] const resolveUnref: typeof import('@vueuse/core')['resolveUnref'] const shallowReactive: typeof import('vue')['shallowReactive'] @@ -379,8 +377,3 @@ declare global { const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter'] const whenever: typeof import('@vueuse/core')['whenever'] } -// for type re-export -declare global { - // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' -} diff --git a/packages/minimap/src/auto-imports.d.ts b/packages/minimap/src/auto-imports.d.ts index 18db459a..05f84c95 100644 --- a/packages/minimap/src/auto-imports.d.ts +++ b/packages/minimap/src/auto-imports.d.ts @@ -1,7 +1,4 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-auto-import +// Generated by 'unplugin-auto-import' export {} declare global { const $$: typeof import('vue/macros')['$$'] @@ -46,6 +43,7 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const resolveComponent: typeof import('vue')['resolveComponent'] + const resolveDirective: typeof import('vue')['resolveDirective'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] @@ -63,8 +61,3 @@ declare global { const watchPostEffect: typeof import('vue')['watchPostEffect'] const watchSyncEffect: typeof import('vue')['watchSyncEffect'] } -// for type re-export -declare global { - // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' -} diff --git a/packages/node-resizer/src/auto-imports.d.ts b/packages/node-resizer/src/auto-imports.d.ts index 18db459a..05f84c95 100644 --- a/packages/node-resizer/src/auto-imports.d.ts +++ b/packages/node-resizer/src/auto-imports.d.ts @@ -1,7 +1,4 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-auto-import +// Generated by 'unplugin-auto-import' export {} declare global { const $$: typeof import('vue/macros')['$$'] @@ -46,6 +43,7 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const resolveComponent: typeof import('vue')['resolveComponent'] + const resolveDirective: typeof import('vue')['resolveDirective'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] @@ -63,8 +61,3 @@ declare global { const watchPostEffect: typeof import('vue')['watchPostEffect'] const watchSyncEffect: typeof import('vue')['watchSyncEffect'] } -// for type re-export -declare global { - // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' -} diff --git a/packages/node-toolbar/src/auto-imports.d.ts b/packages/node-toolbar/src/auto-imports.d.ts index 18db459a..05f84c95 100644 --- a/packages/node-toolbar/src/auto-imports.d.ts +++ b/packages/node-toolbar/src/auto-imports.d.ts @@ -1,7 +1,4 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-auto-import +// Generated by 'unplugin-auto-import' export {} declare global { const $$: typeof import('vue/macros')['$$'] @@ -46,6 +43,7 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const resolveComponent: typeof import('vue')['resolveComponent'] + const resolveDirective: typeof import('vue')['resolveDirective'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] @@ -63,8 +61,3 @@ declare global { const watchPostEffect: typeof import('vue')['watchPostEffect'] const watchSyncEffect: typeof import('vue')['watchSyncEffect'] } -// for type re-export -declare global { - // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' -} diff --git a/packages/pathfinding-edge/src/auto-imports.d.ts b/packages/pathfinding-edge/src/auto-imports.d.ts index 18db459a..05f84c95 100644 --- a/packages/pathfinding-edge/src/auto-imports.d.ts +++ b/packages/pathfinding-edge/src/auto-imports.d.ts @@ -1,7 +1,4 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-auto-import +// Generated by 'unplugin-auto-import' export {} declare global { const $$: typeof import('vue/macros')['$$'] @@ -46,6 +43,7 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const resolveComponent: typeof import('vue')['resolveComponent'] + const resolveDirective: typeof import('vue')['resolveDirective'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef'] @@ -63,8 +61,3 @@ declare global { const watchPostEffect: typeof import('vue')['watchPostEffect'] const watchSyncEffect: typeof import('vue')['watchSyncEffect'] } -// for type re-export -declare global { - // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' -}