| | |
| | | // @ts-nocheck |
| | | // noinspection JSUnusedGlobalSymbols |
| | | // Generated by unplugin-auto-import |
| | | // biome-ignore lint: disable |
| | | export {} |
| | | declare global { |
| | | const CommonAnnexTableColumns: typeof import('@/constants')['CommonAnnexTableColumns'] |
| | | const EffectScope: typeof import('vue')['EffectScope'] |
| | | const RouterPath: typeof import('@/constants')['RouterPath'] |
| | | const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] |
| | | const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate'] |
| | | const computed: typeof import('vue')['computed'] |
| | | const createApp: typeof import('vue')['createApp'] |
| | |
| | | const shallowReactive: typeof import('vue')['shallowReactive'] |
| | | const shallowReadonly: typeof import('vue')['shallowReadonly'] |
| | | const shallowRef: typeof import('vue')['shallowRef'] |
| | | const showFailToast: typeof import('vant/es')['showFailToast'] |
| | | const showSuccessToast: typeof import('vant/es')['showSuccessToast'] |
| | | const showToast: typeof import('vant/es')['showToast'] |
| | | const storeToRefs: typeof import('pinia')['storeToRefs'] |
| | | const toRaw: typeof import('vue')['toRaw'] |
| | | const toRef: typeof import('vue')['toRef'] |
| | |
| | | const useCssVars: typeof import('vue')['useCssVars'] |
| | | const useId: typeof import('vue')['useId'] |
| | | const useLink: typeof import('vue-router')['useLink'] |
| | | const useLoading: typeof import('@/hooks/global')['useLoading'] |
| | | const useModel: typeof import('vue')['useModel'] |
| | | const useOmitProps: typeof import('@/hooks')['useOmitProps'] |
| | | const usePickProps: typeof import('@/hooks')['usePickProps'] |
| | | const useRoute: typeof import('vue-router')['useRoute'] |
| | | const useRouter: typeof import('vue-router')['useRouter'] |
| | | const useSetReactive: typeof import('@/hooks/global')['useSetReactive'] |
| | | const useSlots: typeof import('vue')['useSlots'] |
| | | const useTemplateRef: typeof import('vue')['useTemplateRef'] |
| | | const watch: typeof import('vue')['watch'] |
| | |
| | | // for type re-export |
| | | declare global { |
| | | // @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') |
| | | } |