auto-imports.d.ts 4.0 KB

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