auto-imports.d.ts 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. // Generated by 'unplugin-auto-import'
  2. export {}
  3. declare global {
  4. const DICT_TYPE: typeof import('@/utils/dict')['DICT_TYPE']
  5. const EffectScope: typeof import('vue')['EffectScope']
  6. const ElButton: typeof import('element-plus/es')['ElButton']
  7. const computed: typeof import('vue')['computed']
  8. const createApp: typeof import('vue')['createApp']
  9. const customRef: typeof import('vue')['customRef']
  10. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  11. const defineComponent: typeof import('vue')['defineComponent']
  12. const effectScope: typeof import('vue')['effectScope']
  13. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  14. const getCurrentScope: typeof import('vue')['getCurrentScope']
  15. const h: typeof import('vue')['h']
  16. const inject: typeof import('vue')['inject']
  17. const isProxy: typeof import('vue')['isProxy']
  18. const isReactive: typeof import('vue')['isReactive']
  19. const isReadonly: typeof import('vue')['isReadonly']
  20. const isRef: typeof import('vue')['isRef']
  21. const markRaw: typeof import('vue')['markRaw']
  22. const nextTick: typeof import('vue')['nextTick']
  23. const onActivated: typeof import('vue')['onActivated']
  24. const onBeforeMount: typeof import('vue')['onBeforeMount']
  25. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  26. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  27. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  28. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  29. const onDeactivated: typeof import('vue')['onDeactivated']
  30. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  31. const onMounted: typeof import('vue')['onMounted']
  32. const onRenderTracked: typeof import('vue')['onRenderTracked']
  33. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  34. const onScopeDispose: typeof import('vue')['onScopeDispose']
  35. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  36. const onUnmounted: typeof import('vue')['onUnmounted']
  37. const onUpdated: typeof import('vue')['onUpdated']
  38. const provide: typeof import('vue')['provide']
  39. const reactive: typeof import('vue')['reactive']
  40. const readonly: typeof import('vue')['readonly']
  41. const ref: typeof import('vue')['ref']
  42. const required: typeof import('@/utils/formRules')['required']
  43. const resolveComponent: typeof import('vue')['resolveComponent']
  44. const shallowReactive: typeof import('vue')['shallowReactive']
  45. const shallowReadonly: typeof import('vue')['shallowReadonly']
  46. const shallowRef: typeof import('vue')['shallowRef']
  47. const toRaw: typeof import('vue')['toRaw']
  48. const toRef: typeof import('vue')['toRef']
  49. const toRefs: typeof import('vue')['toRefs']
  50. const triggerRef: typeof import('vue')['triggerRef']
  51. const unref: typeof import('vue')['unref']
  52. const useAttrs: typeof import('vue')['useAttrs']
  53. const useCssModule: typeof import('vue')['useCssModule']
  54. const useCssVars: typeof import('vue')['useCssVars']
  55. const useI18n: typeof import('@/hooks/web/useI18n')['useI18n']
  56. const useLink: typeof import('vue-router')['useLink']
  57. const useMessage: typeof import('@/hooks/web/useMessage')['useMessage']
  58. const useRoute: typeof import('vue-router')['useRoute']
  59. const useRouter: typeof import('vue-router')['useRouter']
  60. const useSlots: typeof import('vue')['useSlots']
  61. const useVxeCrudSchemas: typeof import('@/hooks/web/useVxeCrudSchemas')['useVxeCrudSchemas']
  62. const useXTable: typeof import('@/hooks/web/useXTable')['useXTable']
  63. const watch: typeof import('vue')['watch']
  64. const watchEffect: typeof import('vue')['watchEffect']
  65. const watchPostEffect: typeof import('vue')['watchPostEffect']
  66. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  67. }
  68. // for type re-export
  69. declare global {
  70. // @ts-ignore
  71. export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
  72. }