auto-imports.d.ts 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. export {}
  7. declare global {
  8. const EffectScope: typeof import('vue')['EffectScope']
  9. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  10. const computed: typeof import('vue')['computed']
  11. const createApp: typeof import('vue')['createApp']
  12. const createPinia: typeof import('pinia')['createPinia']
  13. const customRef: typeof import('vue')['customRef']
  14. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  15. const defineComponent: typeof import('vue')['defineComponent']
  16. const defineStore: typeof import('pinia')['defineStore']
  17. const effectScope: typeof import('vue')['effectScope']
  18. const getActivePinia: typeof import('pinia')['getActivePinia']
  19. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  20. const getCurrentScope: typeof import('vue')['getCurrentScope']
  21. const h: typeof import('vue')['h']
  22. const inject: typeof import('vue')['inject']
  23. const isProxy: typeof import('vue')['isProxy']
  24. const isReactive: typeof import('vue')['isReactive']
  25. const isReadonly: typeof import('vue')['isReadonly']
  26. const isRef: typeof import('vue')['isRef']
  27. const mapActions: typeof import('pinia')['mapActions']
  28. const mapGetters: typeof import('pinia')['mapGetters']
  29. const mapState: typeof import('pinia')['mapState']
  30. const mapStores: typeof import('pinia')['mapStores']
  31. const mapWritableState: typeof import('pinia')['mapWritableState']
  32. const markRaw: typeof import('vue')['markRaw']
  33. const nextTick: typeof import('vue')['nextTick']
  34. const onActivated: typeof import('vue')['onActivated']
  35. const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
  36. const onBackPress: typeof import('@dcloudio/uni-app')['onBackPress']
  37. const onBeforeMount: typeof import('vue')['onBeforeMount']
  38. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  39. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  40. const onDeactivated: typeof import('vue')['onDeactivated']
  41. const onError: typeof import('@dcloudio/uni-app')['onError']
  42. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  43. const onHide: typeof import('@dcloudio/uni-app')['onHide']
  44. const onLaunch: typeof import('@dcloudio/uni-app')['onLaunch']
  45. const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
  46. const onMounted: typeof import('vue')['onMounted']
  47. const onNavigationBarButtonTap: typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']
  48. const onNavigationBarSearchInputChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']
  49. const onNavigationBarSearchInputClicked: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']
  50. const onNavigationBarSearchInputConfirmed: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']
  51. const onNavigationBarSearchInputFocusChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']
  52. const onPageNotFound: typeof import('@dcloudio/uni-app')['onPageNotFound']
  53. const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
  54. const onPullDownRefresh: typeof import('@dcloudio/uni-app')['onPullDownRefresh']
  55. const onReachBottom: typeof import('@dcloudio/uni-app')['onReachBottom']
  56. const onReady: typeof import('@dcloudio/uni-app')['onReady']
  57. const onRenderTracked: typeof import('vue')['onRenderTracked']
  58. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  59. const onResize: typeof import('@dcloudio/uni-app')['onResize']
  60. const onScopeDispose: typeof import('vue')['onScopeDispose']
  61. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  62. const onShareAppMessage: typeof import('@dcloudio/uni-app')['onShareAppMessage']
  63. const onShareTimeline: typeof import('@dcloudio/uni-app')['onShareTimeline']
  64. const onShow: typeof import('@dcloudio/uni-app')['onShow']
  65. const onTabItemTap: typeof import('@dcloudio/uni-app')['onTabItemTap']
  66. const onThemeChange: typeof import('@dcloudio/uni-app')['onThemeChange']
  67. const onUnhandledRejection: typeof import('@dcloudio/uni-app')['onUnhandledRejection']
  68. const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
  69. const onUnmounted: typeof import('vue')['onUnmounted']
  70. const onUpdated: typeof import('vue')['onUpdated']
  71. const provide: typeof import('vue')['provide']
  72. const reactive: typeof import('vue')['reactive']
  73. const readonly: typeof import('vue')['readonly']
  74. const ref: typeof import('vue')['ref']
  75. const resolveComponent: typeof import('vue')['resolveComponent']
  76. const setActivePinia: typeof import('pinia')['setActivePinia']
  77. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  78. const shallowReactive: typeof import('vue')['shallowReactive']
  79. const shallowReadonly: typeof import('vue')['shallowReadonly']
  80. const shallowRef: typeof import('vue')['shallowRef']
  81. const storeToRefs: typeof import('pinia')['storeToRefs']
  82. const toRaw: typeof import('vue')['toRaw']
  83. const toRef: typeof import('vue')['toRef']
  84. const toRefs: typeof import('vue')['toRefs']
  85. const toValue: typeof import('vue')['toValue']
  86. const triggerRef: typeof import('vue')['triggerRef']
  87. const unref: typeof import('vue')['unref']
  88. const useAttrs: typeof import('vue')['useAttrs']
  89. const useCssModule: typeof import('vue')['useCssModule']
  90. const useCssVars: typeof import('vue')['useCssVars']
  91. const useSlots: typeof import('vue')['useSlots']
  92. const watch: typeof import('vue')['watch']
  93. const watchEffect: typeof import('vue')['watchEffect']
  94. const watchPostEffect: typeof import('vue')['watchPostEffect']
  95. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  96. }
  97. // for type re-export
  98. declare global {
  99. // @ts-ignore
  100. export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  101. }