auto-imports.d.ts 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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 ElMessageBox: typeof import('element-plus/es').ElMessageBox
  12. const acceptHMRUpdate: typeof import('pinia').acceptHMRUpdate
  13. const computed: typeof import('vue').computed
  14. const createApp: typeof import('vue').createApp
  15. const createPinia: typeof import('pinia').createPinia
  16. const customRef: typeof import('vue').customRef
  17. const defineAsyncComponent: typeof import('vue').defineAsyncComponent
  18. const defineComponent: typeof import('vue').defineComponent
  19. const defineStore: typeof import('pinia').defineStore
  20. const effectScope: typeof import('vue').effectScope
  21. const getActivePinia: typeof import('pinia').getActivePinia
  22. const getCurrentInstance: typeof import('vue').getCurrentInstance
  23. const getCurrentScope: typeof import('vue').getCurrentScope
  24. const getCurrentWatcher: typeof import('vue').getCurrentWatcher
  25. const h: typeof import('vue').h
  26. const inject: typeof import('vue').inject
  27. const isProxy: typeof import('vue').isProxy
  28. const isReactive: typeof import('vue').isReactive
  29. const isReadonly: typeof import('vue').isReadonly
  30. const isRef: typeof import('vue').isRef
  31. const isShallow: typeof import('vue').isShallow
  32. const mapActions: typeof import('pinia').mapActions
  33. const mapGetters: typeof import('pinia').mapGetters
  34. const mapState: typeof import('pinia').mapState
  35. const mapStores: typeof import('pinia').mapStores
  36. const mapWritableState: typeof import('pinia').mapWritableState
  37. const markRaw: typeof import('vue').markRaw
  38. const nextTick: typeof import('vue').nextTick
  39. const onActivated: typeof import('vue').onActivated
  40. const onBeforeMount: typeof import('vue').onBeforeMount
  41. const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
  42. const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
  43. const onBeforeUnmount: typeof import('vue').onBeforeUnmount
  44. const onBeforeUpdate: typeof import('vue').onBeforeUpdate
  45. const onDeactivated: typeof import('vue').onDeactivated
  46. const onErrorCaptured: typeof import('vue').onErrorCaptured
  47. const onMounted: typeof import('vue').onMounted
  48. const onRenderTracked: typeof import('vue').onRenderTracked
  49. const onRenderTriggered: typeof import('vue').onRenderTriggered
  50. const onScopeDispose: typeof import('vue').onScopeDispose
  51. const onServerPrefetch: typeof import('vue').onServerPrefetch
  52. const onUnmounted: typeof import('vue').onUnmounted
  53. const onUpdated: typeof import('vue').onUpdated
  54. const onWatcherCleanup: typeof import('vue').onWatcherCleanup
  55. const provide: typeof import('vue').provide
  56. const reactive: typeof import('vue').reactive
  57. const readonly: typeof import('vue').readonly
  58. const ref: typeof import('vue').ref
  59. const resolveComponent: typeof import('vue').resolveComponent
  60. const setActivePinia: typeof import('pinia').setActivePinia
  61. const setMapStoreSuffix: typeof import('pinia').setMapStoreSuffix
  62. const shallowReactive: typeof import('vue').shallowReactive
  63. const shallowReadonly: typeof import('vue').shallowReadonly
  64. const shallowRef: typeof import('vue').shallowRef
  65. const storeToRefs: typeof import('pinia').storeToRefs
  66. const toRaw: typeof import('vue').toRaw
  67. const toRef: typeof import('vue').toRef
  68. const toRefs: typeof import('vue').toRefs
  69. const toValue: typeof import('vue').toValue
  70. const triggerRef: typeof import('vue').triggerRef
  71. const unref: typeof import('vue').unref
  72. const useAttrs: typeof import('vue').useAttrs
  73. const useCssModule: typeof import('vue').useCssModule
  74. const useCssVars: typeof import('vue').useCssVars
  75. const useId: typeof import('vue').useId
  76. const useLink: typeof import('vue-router').useLink
  77. const useModel: typeof import('vue').useModel
  78. const useRoute: typeof import('vue-router').useRoute
  79. const useRouter: typeof import('vue-router').useRouter
  80. const useSlots: typeof import('vue').useSlots
  81. const useTemplateRef: typeof import('vue').useTemplateRef
  82. const watch: typeof import('vue').watch
  83. const watchEffect: typeof import('vue').watchEffect
  84. const watchPostEffect: typeof import('vue').watchPostEffect
  85. const watchSyncEffect: typeof import('vue').watchSyncEffect
  86. }
  87. // for type re-export
  88. declare global {
  89. // @ts-ignore
  90. export type {
  91. Component,
  92. Slot,
  93. Slots,
  94. ComponentPublicInstance,
  95. ComputedRef,
  96. DirectiveBinding,
  97. ExtractDefaultPropTypes,
  98. ExtractPropTypes,
  99. ExtractPublicPropTypes,
  100. InjectionKey,
  101. PropType,
  102. Ref,
  103. ShallowRef,
  104. MaybeRef,
  105. MaybeRefOrGetter,
  106. VNode,
  107. WritableComputedRef,
  108. } from 'vue'
  109. import('vue')
  110. }