auto-imports.d.ts 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-auto-import
  5. export {}
  6. declare global {
  7. const EffectScope: typeof import('vue')['EffectScope']
  8. const computed: typeof import('vue')['computed']
  9. const createApp: typeof import('vue')['createApp']
  10. const customRef: typeof import('vue')['customRef']
  11. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  12. const defineComponent: typeof import('vue')['defineComponent']
  13. const effectScope: typeof import('vue')['effectScope']
  14. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  15. const getCurrentScope: typeof import('vue')['getCurrentScope']
  16. const h: typeof import('vue')['h']
  17. const inject: typeof import('vue')['inject']
  18. const isProxy: typeof import('vue')['isProxy']
  19. const isReactive: typeof import('vue')['isReactive']
  20. const isReadonly: typeof import('vue')['isReadonly']
  21. const isRef: typeof import('vue')['isRef']
  22. const markRaw: typeof import('vue')['markRaw']
  23. const nextTick: typeof import('vue')['nextTick']
  24. const onActivated: typeof import('vue')['onActivated']
  25. const onBeforeMount: typeof import('vue')['onBeforeMount']
  26. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  27. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  28. const onDeactivated: typeof import('vue')['onDeactivated']
  29. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  30. const onMounted: typeof import('vue')['onMounted']
  31. const onRenderTracked: typeof import('vue')['onRenderTracked']
  32. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  33. const onScopeDispose: typeof import('vue')['onScopeDispose']
  34. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  35. const onUnmounted: typeof import('vue')['onUnmounted']
  36. const onUpdated: typeof import('vue')['onUpdated']
  37. const provide: typeof import('vue')['provide']
  38. const reactive: typeof import('vue')['reactive']
  39. const readonly: typeof import('vue')['readonly']
  40. const ref: typeof import('vue')['ref']
  41. const resolveComponent: typeof import('vue')['resolveComponent']
  42. const shallowReactive: typeof import('vue')['shallowReactive']
  43. const shallowReadonly: typeof import('vue')['shallowReadonly']
  44. const shallowRef: typeof import('vue')['shallowRef']
  45. const toRaw: typeof import('vue')['toRaw']
  46. const toRef: typeof import('vue')['toRef']
  47. const toRefs: typeof import('vue')['toRefs']
  48. const triggerRef: typeof import('vue')['triggerRef']
  49. const unref: typeof import('vue')['unref']
  50. const useAttrs: typeof import('vue')['useAttrs']
  51. const useCssModule: typeof import('vue')['useCssModule']
  52. const useCssVars: typeof import('vue')['useCssVars']
  53. const useSlots: typeof import('vue')['useSlots']
  54. const watch: typeof import('vue')['watch']
  55. const watchEffect: typeof import('vue')['watchEffect']
  56. const watchPostEffect: typeof import('vue')['watchPostEffect']
  57. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  58. }
  59. // for type re-export
  60. declare global {
  61. // @ts-ignore
  62. export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
  63. }