auto-imports.d.ts 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // Generated by 'unplugin-auto-import'
  2. // We suggest you to commit this file into source control
  3. declare global {
  4. const computed: typeof import('vue')['computed']
  5. const copeResponse: typeof import('@/utils/cope')['copeResponse']
  6. const createApp: typeof import('vue')['createApp']
  7. const customRef: typeof import('vue')['customRef']
  8. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  9. const defineComponent: typeof import('vue')['defineComponent']
  10. const effectScope: typeof import('vue')['effectScope']
  11. const EffectScope: typeof import('vue')['EffectScope']
  12. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  13. const getCurrentScope: typeof import('vue')['getCurrentScope']
  14. const h: typeof import('vue')['h']
  15. const inject: typeof import('vue')['inject']
  16. const isReadonly: typeof import('vue')['isReadonly']
  17. const isRef: typeof import('vue')['isRef']
  18. const markRaw: typeof import('vue')['markRaw']
  19. const nextTick: typeof import('vue')['nextTick']
  20. const onActivated: typeof import('vue')['onActivated']
  21. const onBeforeMount: typeof import('vue')['onBeforeMount']
  22. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  23. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  24. const onDeactivated: typeof import('vue')['onDeactivated']
  25. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  26. const onMounted: typeof import('vue')['onMounted']
  27. const onRenderTracked: typeof import('vue')['onRenderTracked']
  28. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  29. const onScopeDispose: typeof import('vue')['onScopeDispose']
  30. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  31. const onUnmounted: typeof import('vue')['onUnmounted']
  32. const onUpdated: typeof import('vue')['onUpdated']
  33. const provide: typeof import('vue')['provide']
  34. const reactive: typeof import('vue')['reactive']
  35. const readonly: typeof import('vue')['readonly']
  36. const ref: typeof import('vue')['ref']
  37. const resolveComponent: typeof import('vue')['resolveComponent']
  38. const shallowReactive: typeof import('vue')['shallowReactive']
  39. const shallowReadonly: typeof import('vue')['shallowReadonly']
  40. const shallowRef: typeof import('vue')['shallowRef']
  41. const toRaw: typeof import('vue')['toRaw']
  42. const toRef: typeof import('vue')['toRef']
  43. const toRefs: typeof import('vue')['toRefs']
  44. const triggerRef: typeof import('vue')['triggerRef']
  45. const unref: typeof import('vue')['unref']
  46. const useAttrs: typeof import('vue')['useAttrs']
  47. const useCssModule: typeof import('vue')['useCssModule']
  48. const useCssVars: typeof import('vue')['useCssVars']
  49. const useRoute: typeof import('vue-router')['useRoute']
  50. const useRouter: typeof import('vue-router')['useRouter']
  51. const useSlots: typeof import('vue')['useSlots']
  52. const watch: typeof import('vue')['watch']
  53. const watchEffect: typeof import('vue')['watchEffect']
  54. }
  55. export {}