auto-import.d.ts 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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 acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  9. const computed: typeof import('vue')['computed']
  10. const createApp: typeof import('vue')['createApp']
  11. const createPinia: typeof import('pinia')['createPinia']
  12. const customRef: typeof import('vue')['customRef']
  13. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  14. const defineComponent: typeof import('vue')['defineComponent']
  15. const defineStore: typeof import('pinia')['defineStore']
  16. const effectScope: typeof import('vue')['effectScope']
  17. const getActivePinia: typeof import('pinia')['getActivePinia']
  18. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  19. const getCurrentScope: typeof import('vue')['getCurrentScope']
  20. const h: typeof import('vue')['h']
  21. const inject: typeof import('vue')['inject']
  22. const isProxy: typeof import('vue')['isProxy']
  23. const isReactive: typeof import('vue')['isReactive']
  24. const isReadonly: typeof import('vue')['isReadonly']
  25. const isRef: typeof import('vue')['isRef']
  26. const mapActions: typeof import('pinia')['mapActions']
  27. const mapGetters: typeof import('pinia')['mapGetters']
  28. const mapState: typeof import('pinia')['mapState']
  29. const mapStores: typeof import('pinia')['mapStores']
  30. const mapWritableState: typeof import('pinia')['mapWritableState']
  31. const markRaw: typeof import('vue')['markRaw']
  32. const nextTick: typeof import('vue')['nextTick']
  33. const onActivated: typeof import('vue')['onActivated']
  34. const onBeforeMount: typeof import('vue')['onBeforeMount']
  35. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  36. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  37. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  38. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  39. const onDeactivated: typeof import('vue')['onDeactivated']
  40. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  41. const onMounted: typeof import('vue')['onMounted']
  42. const onRenderTracked: typeof import('vue')['onRenderTracked']
  43. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  44. const onScopeDispose: typeof import('vue')['onScopeDispose']
  45. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  46. const onUnmounted: typeof import('vue')['onUnmounted']
  47. const onUpdated: typeof import('vue')['onUpdated']
  48. const provide: typeof import('vue')['provide']
  49. const reactive: typeof import('vue')['reactive']
  50. const readonly: typeof import('vue')['readonly']
  51. const ref: typeof import('vue')['ref']
  52. const resolveComponent: typeof import('vue')['resolveComponent']
  53. const setActivePinia: typeof import('pinia')['setActivePinia']
  54. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  55. const shallowReactive: typeof import('vue')['shallowReactive']
  56. const shallowReadonly: typeof import('vue')['shallowReadonly']
  57. const shallowRef: typeof import('vue')['shallowRef']
  58. const storeToRefs: typeof import('pinia')['storeToRefs']
  59. const toRaw: typeof import('vue')['toRaw']
  60. const toRef: typeof import('vue')['toRef']
  61. const toRefs: typeof import('vue')['toRefs']
  62. const triggerRef: typeof import('vue')['triggerRef']
  63. const unref: typeof import('vue')['unref']
  64. const useAttrs: typeof import('vue')['useAttrs']
  65. const useCssModule: typeof import('vue')['useCssModule']
  66. const useCssVars: typeof import('vue')['useCssVars']
  67. const useLink: typeof import('vue-router')['useLink']
  68. const useRoute: typeof import('vue-router')['useRoute']
  69. const useRouter: typeof import('vue-router')['useRouter']
  70. const useSlots: typeof import('vue')['useSlots']
  71. const watch: typeof import('vue')['watch']
  72. const watchEffect: typeof import('vue')['watchEffect']
  73. const watchPostEffect: typeof import('vue')['watchPostEffect']
  74. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  75. }
  76. // for type re-export
  77. declare global {
  78. // @ts-ignore
  79. export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
  80. }