|
@@ -3,7 +3,6 @@
|
|
|
// @ts-nocheck
|
|
// @ts-nocheck
|
|
|
// noinspection JSUnusedGlobalSymbols
|
|
// noinspection JSUnusedGlobalSymbols
|
|
|
// Generated by unplugin-auto-import
|
|
// Generated by unplugin-auto-import
|
|
|
-// biome-ignore lint: disable
|
|
|
|
|
export {}
|
|
export {}
|
|
|
declare global {
|
|
declare global {
|
|
|
const $api: typeof import('@/api/index')['default']
|
|
const $api: typeof import('@/api/index')['default']
|
|
@@ -69,6 +68,6 @@ declare global {
|
|
|
// for type re-export
|
|
// for type re-export
|
|
|
declare global {
|
|
declare global {
|
|
|
// @ts-ignore
|
|
// @ts-ignore
|
|
|
- export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
|
|
|
|
|
|
+ export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
|
|
import('vue')
|
|
import('vue')
|
|
|
}
|
|
}
|