auto-imports.d.ts 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 createApp: typeof import('vue')['createApp']
  6. const customRef: typeof import('vue')['customRef']
  7. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  8. const defineComponent: typeof import('vue')['defineComponent']
  9. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  10. const h: typeof import('vue')['h']
  11. const inject: typeof import('vue')['inject']
  12. const isReadonly: typeof import('vue')['isReadonly']
  13. const isRef: typeof import('vue')['isRef']
  14. const markRaw: typeof import('vue')['markRaw']
  15. const nextTick: typeof import('vue')['nextTick']
  16. const onActivated: typeof import('vue')['onActivated']
  17. const onBeforeMount: typeof import('vue')['onBeforeMount']
  18. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  19. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  20. const onDeactivated: typeof import('vue')['onDeactivated']
  21. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  22. const onMounted: typeof import('vue')['onMounted']
  23. const onRenderTracked: typeof import('vue')['onRenderTracked']
  24. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  25. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  26. const onUnmounted: typeof import('vue')['onUnmounted']
  27. const onUpdated: typeof import('vue')['onUpdated']
  28. const provide: typeof import('vue')['provide']
  29. const reactive: typeof import('vue')['reactive']
  30. const readonly: typeof import('vue')['readonly']
  31. const ref: typeof import('vue')['ref']
  32. const shallowReactive: typeof import('vue')['shallowReactive']
  33. const shallowReadonly: typeof import('vue')['shallowReadonly']
  34. const shallowRef: typeof import('vue')['shallowRef']
  35. const toRaw: typeof import('vue')['toRaw']
  36. const toRef: typeof import('vue')['toRef']
  37. const toRefs: typeof import('vue')['toRefs']
  38. const triggerRef: typeof import('vue')['triggerRef']
  39. const unref: typeof import('vue')['unref']
  40. const useAttrs: typeof import('vue')['useAttrs']
  41. const useCssModule: typeof import('vue')['useCssModule']
  42. const useRoute: typeof import('vue-router')['useRoute']
  43. const useRouter: typeof import('vue-router')['useRouter']
  44. const useSlots: typeof import('vue')['useSlots']
  45. const watch: typeof import('vue')['watch']
  46. const watchEffect: typeof import('vue')['watchEffect']
  47. }
  48. export {}