auto-imports.d.ts 4.0 KB

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