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 $: typeof import('unplugin-vue-macros/macros')['$']
  8. const $$: typeof import('unplugin-vue-macros/macros')['$$']
  9. const $computed: typeof import('unplugin-vue-macros/macros')['$computed']
  10. const $customRef: typeof import('unplugin-vue-macros/macros')['$customRef']
  11. const $ref: typeof import('unplugin-vue-macros/macros')['$ref']
  12. const $shallowRef: typeof import('unplugin-vue-macros/macros')['$shallowRef']
  13. const $toRef: typeof import('unplugin-vue-macros/macros')['$toRef']
  14. const EffectScope: typeof import('vue')['EffectScope']
  15. const computed: typeof import('vue')['computed']
  16. const createApp: typeof import('vue')['createApp']
  17. const customRef: typeof import('vue')['customRef']
  18. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  19. const defineComponent: typeof import('vue')['defineComponent']
  20. const effectScope: typeof import('vue')['effectScope']
  21. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  22. const getCurrentScope: typeof import('vue')['getCurrentScope']
  23. const h: typeof import('vue')['h']
  24. const http: typeof import('@/utils/http')['http']
  25. const inject: typeof import('vue')['inject']
  26. const isProxy: typeof import('vue')['isProxy']
  27. const isReactive: typeof import('vue')['isReactive']
  28. const isReadonly: typeof import('vue')['isReadonly']
  29. const isRef: typeof import('vue')['isRef']
  30. const markRaw: typeof import('vue')['markRaw']
  31. const nextTick: typeof import('vue')['nextTick']
  32. const onActivated: typeof import('vue')['onActivated']
  33. const onBeforeMount: typeof import('vue')['onBeforeMount']
  34. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  35. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  36. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  37. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  38. const onDeactivated: typeof import('vue')['onDeactivated']
  39. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  40. const onMounted: typeof import('vue')['onMounted']
  41. const onRenderTracked: typeof import('vue')['onRenderTracked']
  42. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  43. const onScopeDispose: typeof import('vue')['onScopeDispose']
  44. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  45. const onUnmounted: typeof import('vue')['onUnmounted']
  46. const onUpdated: typeof import('vue')['onUpdated']
  47. const provide: typeof import('vue')['provide']
  48. const reactive: typeof import('vue')['reactive']
  49. const readonly: typeof import('vue')['readonly']
  50. const ref: typeof import('vue')['ref']
  51. const resolveComponent: typeof import('vue')['resolveComponent']
  52. const shallowReactive: typeof import('vue')['shallowReactive']
  53. const shallowReadonly: typeof import('vue')['shallowReadonly']
  54. const shallowRef: typeof import('vue')['shallowRef']
  55. const toRaw: typeof import('vue')['toRaw']
  56. const toRef: typeof import('vue')['toRef']
  57. const toRefs: typeof import('vue')['toRefs']
  58. const toValue: typeof import('vue')['toValue']
  59. const triggerRef: typeof import('vue')['triggerRef']
  60. const unref: typeof import('vue')['unref']
  61. const useAttrs: typeof import('vue')['useAttrs']
  62. const useCssModule: typeof import('vue')['useCssModule']
  63. const useCssVars: typeof import('vue')['useCssVars']
  64. const useLink: typeof import('vue-router')['useLink']
  65. const useRoute: typeof import('vue-router')['useRoute']
  66. const useRouter: typeof import('vue-router')['useRouter']
  67. const useSlots: typeof import('vue')['useSlots']
  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. }