auto-imports.d.ts 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // Generated by 'unplugin-auto-import'
  2. export {}
  3. declare global {
  4. const EffectScope: typeof import('vue')['EffectScope']
  5. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  6. const computed: typeof import('vue')['computed']
  7. const createApp: typeof import('vue')['createApp']
  8. const createPinia: typeof import('pinia')['createPinia']
  9. const customRef: typeof import('vue')['customRef']
  10. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  11. const defineComponent: typeof import('vue')['defineComponent']
  12. const defineStore: typeof import('pinia')['defineStore']
  13. const effectScope: typeof import('vue')['effectScope']
  14. const getActivePinia: typeof import('pinia')['getActivePinia']
  15. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  16. const getCurrentScope: typeof import('vue')['getCurrentScope']
  17. const h: typeof import('vue')['h']
  18. const inject: typeof import('vue')['inject']
  19. const isProxy: typeof import('vue')['isProxy']
  20. const isReactive: typeof import('vue')['isReactive']
  21. const isReadonly: typeof import('vue')['isReadonly']
  22. const isRef: typeof import('vue')['isRef']
  23. const mapActions: typeof import('pinia')['mapActions']
  24. const mapGetters: typeof import('pinia')['mapGetters']
  25. const mapState: typeof import('pinia')['mapState']
  26. const mapStores: typeof import('pinia')['mapStores']
  27. const mapWritableState: typeof import('pinia')['mapWritableState']
  28. const markRaw: typeof import('vue')['markRaw']
  29. const nextTick: typeof import('vue')['nextTick']
  30. const onActivated: typeof import('vue')['onActivated']
  31. const onBeforeMount: typeof import('vue')['onBeforeMount']
  32. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  33. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  34. const onDeactivated: typeof import('vue')['onDeactivated']
  35. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  36. const onMounted: typeof import('vue')['onMounted']
  37. const onRenderTracked: typeof import('vue')['onRenderTracked']
  38. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  39. const onScopeDispose: typeof import('vue')['onScopeDispose']
  40. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  41. const onUnmounted: typeof import('vue')['onUnmounted']
  42. const onUpdated: typeof import('vue')['onUpdated']
  43. const provide: typeof import('vue')['provide']
  44. const reactive: typeof import('vue')['reactive']
  45. const readonly: typeof import('vue')['readonly']
  46. const ref: typeof import('vue')['ref']
  47. const resolveComponent: typeof import('vue')['resolveComponent']
  48. const setActivePinia: typeof import('pinia')['setActivePinia']
  49. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  50. const shallowReactive: typeof import('vue')['shallowReactive']
  51. const shallowReadonly: typeof import('vue')['shallowReadonly']
  52. const shallowRef: typeof import('vue')['shallowRef']
  53. const storeToRefs: typeof import('pinia')['storeToRefs']
  54. const toRaw: typeof import('vue')['toRaw']
  55. const toRef: typeof import('vue')['toRef']
  56. const toRefs: typeof import('vue')['toRefs']
  57. const triggerRef: typeof import('vue')['triggerRef']
  58. const unref: typeof import('vue')['unref']
  59. const useAttrs: typeof import('vue')['useAttrs']
  60. const useCssModule: typeof import('vue')['useCssModule']
  61. const useCssVars: typeof import('vue')['useCssVars']
  62. const useRoute: typeof import('vue-router')['useRoute']
  63. const useRouter: typeof import('vue-router')['useRouter']
  64. const useSlots: typeof import('vue')['useSlots']
  65. const watch: typeof import('vue')['watch']
  66. const watchEffect: typeof import('vue')['watchEffect']
  67. const watchPostEffect: typeof import('vue')['watchPostEffect']
  68. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  69. }