auto-import.d.ts 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*
  2. * @Author: LiZhiWei
  3. * @Date: 2026-01-09 14:11:26
  4. * @LastEditors: LiZhiWei
  5. * @LastEditTime: 2026-01-09 16:21:11
  6. * @Description:
  7. */
  8. /* eslint-disable */
  9. /* prettier-ignore */
  10. // @ts-nocheck
  11. // Generated by unplugin-auto-import
  12. export {}
  13. declare global {
  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 inject: (typeof import('vue'))['inject']
  25. const isProxy: (typeof import('vue'))['isProxy']
  26. const isReactive: (typeof import('vue'))['isReactive']
  27. const isReadonly: (typeof import('vue'))['isReadonly']
  28. const isRef: (typeof import('vue'))['isRef']
  29. const markRaw: (typeof import('vue'))['markRaw']
  30. const nextTick: (typeof import('vue'))['nextTick']
  31. const onActivated: (typeof import('vue'))['onActivated']
  32. const onBeforeMount: (typeof import('vue'))['onBeforeMount']
  33. const onBeforeRouteLeave: (typeof import('vue-router'))['onBeforeRouteLeave']
  34. const onBeforeRouteUpdate: (typeof import('vue-router'))['onBeforeRouteUpdate']
  35. const onBeforeUnmount: (typeof import('vue'))['onBeforeUnmount']
  36. const onBeforeUpdate: (typeof import('vue'))['onBeforeUpdate']
  37. const onDeactivated: (typeof import('vue'))['onDeactivated']
  38. const onErrorCaptured: (typeof import('vue'))['onErrorCaptured']
  39. const onMounted: (typeof import('vue'))['onMounted']
  40. const onRenderTracked: (typeof import('vue'))['onRenderTracked']
  41. const onRenderTriggered: (typeof import('vue'))['onRenderTriggered']
  42. const onScopeDispose: (typeof import('vue'))['onScopeDispose']
  43. const onServerPrefetch: (typeof import('vue'))['onServerPrefetch']
  44. const onUnmounted: (typeof import('vue'))['onUnmounted']
  45. const onUpdated: (typeof import('vue'))['onUpdated']
  46. const provide: (typeof import('vue'))['provide']
  47. const reactive: (typeof import('vue'))['reactive']
  48. const readonly: (typeof import('vue'))['readonly']
  49. const ref: (typeof import('vue'))['ref']
  50. const resolveComponent: (typeof import('vue'))['resolveComponent']
  51. const shallowReactive: (typeof import('vue'))['shallowReactive']
  52. const shallowReadonly: (typeof import('vue'))['shallowReadonly']
  53. const shallowRef: (typeof import('vue'))['shallowRef']
  54. const toRaw: (typeof import('vue'))['toRaw']
  55. const toRef: (typeof import('vue'))['toRef']
  56. const toRefs: (typeof import('vue'))['toRefs']
  57. const toValue: (typeof import('vue'))['toValue']
  58. const triggerRef: (typeof import('vue'))['triggerRef']
  59. const unref: (typeof import('vue'))['unref']
  60. const useAttrs: (typeof import('vue'))['useAttrs']
  61. const useCssModule: (typeof import('vue'))['useCssModule']
  62. const useCssVars: (typeof import('vue'))['useCssVars']
  63. const useLink: (typeof import('vue-router'))['useLink']
  64. const useRoute: (typeof import('vue-router'))['useRoute']
  65. const useRouter: (typeof import('vue-router'))['useRouter']
  66. const useSlots: (typeof import('vue'))['useSlots']
  67. const watch: (typeof import('vue'))['watch']
  68. const watchEffect: (typeof import('vue'))['watchEffect']
  69. const watchPostEffect: (typeof import('vue'))['watchPostEffect']
  70. const watchSyncEffect: (typeof import('vue'))['watchSyncEffect']
  71. }
  72. // for type re-export
  73. declare global {
  74. // @ts-ignore
  75. export type {
  76. Component,
  77. ComponentPublicInstance,
  78. ComputedRef,
  79. InjectionKey,
  80. PropType,
  81. Ref,
  82. VNode,
  83. } from 'vue'
  84. }