auto-imports.d.ts 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. // biome-ignore lint: disable
  7. export {}
  8. declare global {
  9. const EffectScope: typeof import('vue').EffectScope
  10. const ElMessage: typeof import('element-plus/es').ElMessage
  11. const acceptHMRUpdate: typeof import('pinia').acceptHMRUpdate
  12. const computed: typeof import('vue').computed
  13. const createApp: typeof import('vue').createApp
  14. const createPinia: typeof import('pinia').createPinia
  15. const customRef: typeof import('vue').customRef
  16. const defineAsyncComponent: typeof import('vue').defineAsyncComponent
  17. const defineComponent: typeof import('vue').defineComponent
  18. const defineStore: typeof import('pinia').defineStore
  19. const effectScope: typeof import('vue').effectScope
  20. const getActivePinia: typeof import('pinia').getActivePinia
  21. const getCurrentInstance: typeof import('vue').getCurrentInstance
  22. const getCurrentScope: typeof import('vue').getCurrentScope
  23. const getCurrentWatcher: typeof import('vue').getCurrentWatcher
  24. const h: typeof import('vue').h
  25. const inject: typeof import('vue').inject
  26. const isProxy: typeof import('vue').isProxy
  27. const isReactive: typeof import('vue').isReactive
  28. const isReadonly: typeof import('vue').isReadonly
  29. const isRef: typeof import('vue').isRef
  30. const isShallow: typeof import('vue').isShallow
  31. const mapActions: typeof import('pinia').mapActions
  32. const mapGetters: typeof import('pinia').mapGetters
  33. const mapState: typeof import('pinia').mapState
  34. const mapStores: typeof import('pinia').mapStores
  35. const mapWritableState: typeof import('pinia').mapWritableState
  36. const markRaw: typeof import('vue').markRaw
  37. const nextTick: typeof import('vue').nextTick
  38. const onActivated: typeof import('vue').onActivated
  39. const onBeforeMount: typeof import('vue').onBeforeMount
  40. const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
  41. const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
  42. const onBeforeUnmount: typeof import('vue').onBeforeUnmount
  43. const onBeforeUpdate: typeof import('vue').onBeforeUpdate
  44. const onDeactivated: typeof import('vue').onDeactivated
  45. const onErrorCaptured: typeof import('vue').onErrorCaptured
  46. const onMounted: typeof import('vue').onMounted
  47. const onRenderTracked: typeof import('vue').onRenderTracked
  48. const onRenderTriggered: typeof import('vue').onRenderTriggered
  49. const onScopeDispose: typeof import('vue').onScopeDispose
  50. const onServerPrefetch: typeof import('vue').onServerPrefetch
  51. const onUnmounted: typeof import('vue').onUnmounted
  52. const onUpdated: typeof import('vue').onUpdated
  53. const onWatcherCleanup: typeof import('vue').onWatcherCleanup
  54. const provide: typeof import('vue').provide
  55. const reactive: typeof import('vue').reactive
  56. const readonly: typeof import('vue').readonly
  57. const ref: typeof import('vue').ref
  58. const resolveComponent: typeof import('vue').resolveComponent
  59. const setActivePinia: typeof import('pinia').setActivePinia
  60. const setMapStoreSuffix: typeof import('pinia').setMapStoreSuffix
  61. const shallowReactive: typeof import('vue').shallowReactive
  62. const shallowReadonly: typeof import('vue').shallowReadonly
  63. const shallowRef: typeof import('vue').shallowRef
  64. const storeToRefs: typeof import('pinia').storeToRefs
  65. const toRaw: typeof import('vue').toRaw
  66. const toRef: typeof import('vue').toRef
  67. const toRefs: typeof import('vue').toRefs
  68. const toValue: typeof import('vue').toValue
  69. const triggerRef: typeof import('vue').triggerRef
  70. const unref: typeof import('vue').unref
  71. const useAttrs: typeof import('vue').useAttrs
  72. const useCssModule: typeof import('vue').useCssModule
  73. const useCssVars: typeof import('vue').useCssVars
  74. const useId: typeof import('vue').useId
  75. const useLink: typeof import('vue-router').useLink
  76. const useModel: typeof import('vue').useModel
  77. const useRoute: typeof import('vue-router').useRoute
  78. const useRouter: typeof import('vue-router').useRouter
  79. const useSlots: typeof import('vue').useSlots
  80. const useTemplateRef: typeof import('vue').useTemplateRef
  81. const watch: typeof import('vue').watch
  82. const watchEffect: typeof import('vue').watchEffect
  83. const watchPostEffect: typeof import('vue').watchPostEffect
  84. const watchSyncEffect: typeof import('vue').watchSyncEffect
  85. }
  86. // for type re-export
  87. declare global {
  88. // @ts-ignore
  89. export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  90. import('vue')
  91. }