|
@@ -3,6 +3,7 @@
|
|
|
// @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 EffectScope: typeof import('vue')['EffectScope']
|
|
const EffectScope: typeof import('vue')['EffectScope']
|
|
@@ -69,6 +70,7 @@ declare global {
|
|
|
const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
|
|
const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
|
|
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
|
|
|
+ const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
|
|
|
const provide: typeof import('vue')['provide']
|
|
const provide: typeof import('vue')['provide']
|
|
|
const reactive: typeof import('vue')['reactive']
|
|
const reactive: typeof import('vue')['reactive']
|
|
|
const readonly: typeof import('vue')['readonly']
|
|
const readonly: typeof import('vue')['readonly']
|
|
@@ -101,9 +103,11 @@ declare global {
|
|
|
const useCssVars: typeof import('vue')['useCssVars']
|
|
const useCssVars: typeof import('vue')['useCssVars']
|
|
|
const useDownloadFile: typeof import('@uni-helper/uni-use')['useDownloadFile']
|
|
const useDownloadFile: typeof import('@uni-helper/uni-use')['useDownloadFile']
|
|
|
const useGlobalData: typeof import('@uni-helper/uni-use')['useGlobalData']
|
|
const useGlobalData: typeof import('@uni-helper/uni-use')['useGlobalData']
|
|
|
|
|
+ const useId: typeof import('vue')['useId']
|
|
|
const useInterceptor: typeof import('@uni-helper/uni-use')['useInterceptor']
|
|
const useInterceptor: typeof import('@uni-helper/uni-use')['useInterceptor']
|
|
|
const useLoading: typeof import('@uni-helper/uni-use')['useLoading']
|
|
const useLoading: typeof import('@uni-helper/uni-use')['useLoading']
|
|
|
const useModal: typeof import('@uni-helper/uni-use')['useModal']
|
|
const useModal: typeof import('@uni-helper/uni-use')['useModal']
|
|
|
|
|
+ const useModel: typeof import('vue')['useModel']
|
|
|
const useNetwork: typeof import('@uni-helper/uni-use')['useNetwork']
|
|
const useNetwork: typeof import('@uni-helper/uni-use')['useNetwork']
|
|
|
const useOnline: typeof import('@uni-helper/uni-use')['useOnline']
|
|
const useOnline: typeof import('@uni-helper/uni-use')['useOnline']
|
|
|
const usePage: typeof import('@uni-helper/uni-use')['usePage']
|
|
const usePage: typeof import('@uni-helper/uni-use')['usePage']
|
|
@@ -125,6 +129,7 @@ declare global {
|
|
|
const useStorage: typeof import('@uni-helper/uni-use')['useStorage']
|
|
const useStorage: typeof import('@uni-helper/uni-use')['useStorage']
|
|
|
const useStorageAsync: typeof import('@uni-helper/uni-use')['useStorageAsync']
|
|
const useStorageAsync: typeof import('@uni-helper/uni-use')['useStorageAsync']
|
|
|
const useStorageSync: typeof import('@uni-helper/uni-use')['useStorageSync']
|
|
const useStorageSync: typeof import('@uni-helper/uni-use')['useStorageSync']
|
|
|
|
|
+ const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
|
const useToast: typeof import('@uni-helper/uni-use')['useToast']
|
|
const useToast: typeof import('@uni-helper/uni-use')['useToast']
|
|
|
const useUploadFile: typeof import('@uni-helper/uni-use')['useUploadFile']
|
|
const useUploadFile: typeof import('@uni-helper/uni-use')['useUploadFile']
|
|
|
const useVisible: typeof import('@uni-helper/uni-use')['useVisible']
|
|
const useVisible: typeof import('@uni-helper/uni-use')['useVisible']
|
|
@@ -136,6 +141,6 @@ declare global {
|
|
|
// for type re-export
|
|
// for type re-export
|
|
|
declare global {
|
|
declare global {
|
|
|
// @ts-ignore
|
|
// @ts-ignore
|
|
|
- export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
|
|
|
|
|
|
+ export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
|
|
import('vue')
|
|
import('vue')
|
|
|
}
|
|
}
|