auto-imports.d.ts 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // Generated by 'unplugin-auto-import'
  2. // We suggest you to commit this file into source control
  3. declare global {
  4. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  5. const axiosReq: typeof import('@/utils/axiosReq')['axiosReq']
  6. const computed: typeof import('vue')['computed']
  7. const createApp: typeof import('vue')['createApp']
  8. const createPinia: typeof import('pinia')['createPinia']
  9. const customRef: typeof import('vue')['customRef']
  10. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  11. const defineComponent: typeof import('vue')['defineComponent']
  12. const defineStore: typeof import('pinia')['defineStore']
  13. const effectScope: typeof import('vue')['effectScope']
  14. const EffectScope: typeof import('vue')['EffectScope']
  15. const getActivePinia: typeof import('pinia')['getActivePinia']
  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 isReadonly: typeof import('vue')['isReadonly']
  21. const isRef: typeof import('vue')['isRef']
  22. const mapActions: typeof import('pinia')['mapActions']
  23. const mapGetters: typeof import('pinia')['mapGetters']
  24. const mapState: typeof import('pinia')['mapState']
  25. const mapStores: typeof import('pinia')['mapStores']
  26. const mapWritableState: typeof import('pinia')['mapWritableState']
  27. const markRaw: typeof import('vue')['markRaw']
  28. const nextTick: typeof import('vue')['nextTick']
  29. const onActivated: typeof import('vue')['onActivated']
  30. const onBeforeMount: typeof import('vue')['onBeforeMount']
  31. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  32. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  33. const onDeactivated: typeof import('vue')['onDeactivated']
  34. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  35. const onMounted: typeof import('vue')['onMounted']
  36. const onRenderTracked: typeof import('vue')['onRenderTracked']
  37. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  38. const onScopeDispose: typeof import('vue')['onScopeDispose']
  39. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  40. const onUnmounted: typeof import('vue')['onUnmounted']
  41. const onUpdated: typeof import('vue')['onUpdated']
  42. const provide: typeof import('vue')['provide']
  43. const reactive: typeof import('vue')['reactive']
  44. const readonly: typeof import('vue')['readonly']
  45. const ref: typeof import('vue')['ref']
  46. const resolveComponent: typeof import('vue')['resolveComponent']
  47. const setActivePinia: typeof import('pinia')['setActivePinia']
  48. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  49. const shallowReactive: typeof import('vue')['shallowReactive']
  50. const shallowReadonly: typeof import('vue')['shallowReadonly']
  51. const shallowRef: typeof import('vue')['shallowRef']
  52. const storeToRefs: typeof import('pinia')['storeToRefs']
  53. const toRaw: typeof import('vue')['toRaw']
  54. const toRef: typeof import('vue')['toRef']
  55. const toRefs: typeof import('vue')['toRefs']
  56. const triggerRef: typeof import('vue')['triggerRef']
  57. const unref: typeof import('vue')['unref']
  58. const useAttrs: typeof import('vue')['useAttrs']
  59. const useCommon: typeof import('@/hooks/global/useCommon')['useCommon']
  60. const useCssModule: typeof import('vue')['useCssModule']
  61. const useCssVars: typeof import('vue')['useCssVars']
  62. const useElement: typeof import('@/hooks/global/useElement')['useElement']
  63. const useRoute: typeof import('vue-router')['useRoute']
  64. const useRouter: typeof import('vue-router')['useRouter']
  65. const useSlots: typeof import('vue')['useSlots']
  66. const useVueRouter: typeof import('@/hooks/global/useVueRouter')['useVueRouter']
  67. const watch: typeof import('vue')['watch']
  68. const watchEffect: typeof import('vue')['watchEffect']
  69. }
  70. export {}