auto-imports.d.ts 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 effectScope: typeof import('vue')['effectScope']
  10. const EffectScope: typeof import('vue')['EffectScope']
  11. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  12. const getCurrentScope: typeof import('vue')['getCurrentScope']
  13. const h: typeof import('vue')['h']
  14. const inject: typeof import('vue')['inject']
  15. const isReadonly: typeof import('vue')['isReadonly']
  16. const isRef: typeof import('vue')['isRef']
  17. const markRaw: typeof import('vue')['markRaw']
  18. const nextTick: typeof import('vue')['nextTick']
  19. const onActivated: typeof import('vue')['onActivated']
  20. const onBeforeMount: typeof import('vue')['onBeforeMount']
  21. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  22. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  23. const onDeactivated: typeof import('vue')['onDeactivated']
  24. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  25. const onMounted: typeof import('vue')['onMounted']
  26. const onRenderTracked: typeof import('vue')['onRenderTracked']
  27. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  28. const onScopeDispose: typeof import('vue')['onScopeDispose']
  29. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  30. const onUnmounted: typeof import('vue')['onUnmounted']
  31. const onUpdated: typeof import('vue')['onUpdated']
  32. const provide: typeof import('vue')['provide']
  33. const reactive: typeof import('vue')['reactive']
  34. const readonly: typeof import('vue')['readonly']
  35. const ref: typeof import('vue')['ref']
  36. const resolveComponent: typeof import('vue')['resolveComponent']
  37. const shallowReactive: typeof import('vue')['shallowReactive']
  38. const shallowReadonly: typeof import('vue')['shallowReadonly']
  39. const shallowRef: typeof import('vue')['shallowRef']
  40. const toRaw: typeof import('vue')['toRaw']
  41. const toRef: typeof import('vue')['toRef']
  42. const toRefs: typeof import('vue')['toRefs']
  43. const triggerRef: typeof import('vue')['triggerRef']
  44. const unref: typeof import('vue')['unref']
  45. const useAttrs: typeof import('vue')['useAttrs']
  46. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  47. const useCssModule: typeof import('vue')['useCssModule']
  48. const useCssVars: typeof import('vue')['useCssVars']
  49. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  50. const useRoute: typeof import('vue-router')['useRoute']
  51. const useRouter: typeof import('vue-router')['useRouter']
  52. const useSlots: typeof import('vue')['useSlots']
  53. const watch: typeof import('vue')['watch']
  54. const watchEffect: typeof import('vue')['watchEffect']
  55. }
  56. export {}