auto-import.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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 computed: typeof import('vue')['computed']
  10. const createApp: typeof import('vue')['createApp']
  11. const customRef: typeof import('vue')['customRef']
  12. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  13. const defineComponent: typeof import('vue')['defineComponent']
  14. const effectScope: typeof import('vue')['effectScope']
  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 markRaw: typeof import('vue')['markRaw']
  24. const nextTick: typeof import('vue')['nextTick']
  25. const onActivated: typeof import('vue')['onActivated']
  26. const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
  27. const onBackPress: typeof import('@dcloudio/uni-app')['onBackPress']
  28. const onBeforeMount: typeof import('vue')['onBeforeMount']
  29. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  30. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  31. const onDeactivated: typeof import('vue')['onDeactivated']
  32. const onError: typeof import('@dcloudio/uni-app')['onError']
  33. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  34. const onHide: typeof import('@dcloudio/uni-app')['onHide']
  35. const onLaunch: typeof import('@dcloudio/uni-app')['onLaunch']
  36. const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
  37. const onMounted: typeof import('vue')['onMounted']
  38. const onNavigationBarButtonTap: typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']
  39. const onNavigationBarSearchInputChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']
  40. const onNavigationBarSearchInputClicked: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']
  41. const onNavigationBarSearchInputConfirmed: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']
  42. const onNavigationBarSearchInputFocusChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']
  43. const onPageNotFound: typeof import('@dcloudio/uni-app')['onPageNotFound']
  44. const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
  45. const onPullDownRefresh: typeof import('@dcloudio/uni-app')['onPullDownRefresh']
  46. const onReachBottom: typeof import('@dcloudio/uni-app')['onReachBottom']
  47. const onReady: typeof import('@dcloudio/uni-app')['onReady']
  48. const onRenderTracked: typeof import('vue')['onRenderTracked']
  49. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  50. const onResize: typeof import('@dcloudio/uni-app')['onResize']
  51. const onScopeDispose: typeof import('vue')['onScopeDispose']
  52. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  53. const onShareAppMessage: typeof import('@dcloudio/uni-app')['onShareAppMessage']
  54. const onShareTimeline: typeof import('@dcloudio/uni-app')['onShareTimeline']
  55. const onShow: typeof import('@dcloudio/uni-app')['onShow']
  56. const onTabItemTap: typeof import('@dcloudio/uni-app')['onTabItemTap']
  57. const onThemeChange: typeof import('@dcloudio/uni-app')['onThemeChange']
  58. const onUnhandledRejection: typeof import('@dcloudio/uni-app')['onUnhandledRejection']
  59. const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
  60. const onUnmounted: typeof import('vue')['onUnmounted']
  61. const onUpdated: typeof import('vue')['onUpdated']
  62. const provide: typeof import('vue')['provide']
  63. const reactive: typeof import('vue')['reactive']
  64. const readonly: typeof import('vue')['readonly']
  65. const ref: typeof import('vue')['ref']
  66. const resolveComponent: typeof import('vue')['resolveComponent']
  67. const shallowReactive: typeof import('vue')['shallowReactive']
  68. const shallowReadonly: typeof import('vue')['shallowReadonly']
  69. const shallowRef: typeof import('vue')['shallowRef']
  70. const toRaw: typeof import('vue')['toRaw']
  71. const toRef: typeof import('vue')['toRef']
  72. const toRefs: typeof import('vue')['toRefs']
  73. const toValue: typeof import('vue')['toValue']
  74. const triggerRef: typeof import('vue')['triggerRef']
  75. const unref: typeof import('vue')['unref']
  76. const useAttrs: typeof import('vue')['useAttrs']
  77. const useCssModule: typeof import('vue')['useCssModule']
  78. const useCssVars: typeof import('vue')['useCssVars']
  79. const useSlots: typeof import('vue')['useSlots']
  80. const watch: typeof import('vue')['watch']
  81. const watchEffect: typeof import('vue')['watchEffect']
  82. const watchPostEffect: typeof import('vue')['watchPostEffect']
  83. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  84. }
  85. // for type re-export
  86. declare global {
  87. // @ts-ignore
  88. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  89. import('vue')
  90. }