auto-import.d.ts 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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('../src/main'))['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 onBeforeRouteLeave: (typeof import('vue-router'))['onBeforeRouteLeave']
  30. const onBeforeRouteUpdate: (typeof import('vue-router'))['onBeforeRouteUpdate']
  31. const onBeforeUnmount: (typeof import('vue'))['onBeforeUnmount']
  32. const onBeforeUpdate: (typeof import('vue'))['onBeforeUpdate']
  33. const onDeactivated: (typeof import('vue'))['onDeactivated']
  34. const onError: (typeof import('@dcloudio/uni-app'))['onError']
  35. const onErrorCaptured: (typeof import('vue'))['onErrorCaptured']
  36. const onHide: (typeof import('@dcloudio/uni-app'))['onHide']
  37. const onLaunch: (typeof import('@dcloudio/uni-app'))['onLaunch']
  38. const onLoad: (typeof import('@dcloudio/uni-app'))['onLoad']
  39. const onMounted: (typeof import('vue'))['onMounted']
  40. const onNavigationBarButtonTap: (typeof import('@dcloudio/uni-app'))['onNavigationBarButtonTap']
  41. const onNavigationBarSearchInputChanged: (typeof import('@dcloudio/uni-app'))['onNavigationBarSearchInputChanged']
  42. const onNavigationBarSearchInputClicked: (typeof import('@dcloudio/uni-app'))['onNavigationBarSearchInputClicked']
  43. const onNavigationBarSearchInputConfirmed: (typeof import('@dcloudio/uni-app'))['onNavigationBarSearchInputConfirmed']
  44. const onNavigationBarSearchInputFocusChanged: (typeof import('@dcloudio/uni-app'))['onNavigationBarSearchInputFocusChanged']
  45. const onPageNotFound: (typeof import('@dcloudio/uni-app'))['onPageNotFound']
  46. const onPageScroll: (typeof import('@dcloudio/uni-app'))['onPageScroll']
  47. const onPullDownRefresh: (typeof import('@dcloudio/uni-app'))['onPullDownRefresh']
  48. const onReachBottom: (typeof import('@dcloudio/uni-app'))['onReachBottom']
  49. const onReady: (typeof import('@dcloudio/uni-app'))['onReady']
  50. const onRenderTracked: (typeof import('vue'))['onRenderTracked']
  51. const onRenderTriggered: (typeof import('vue'))['onRenderTriggered']
  52. const onResize: (typeof import('@dcloudio/uni-app'))['onResize']
  53. const onScopeDispose: (typeof import('vue'))['onScopeDispose']
  54. const onServerPrefetch: (typeof import('vue'))['onServerPrefetch']
  55. const onShareAppMessage: (typeof import('@dcloudio/uni-app'))['onShareAppMessage']
  56. const onShareTimeline: (typeof import('@dcloudio/uni-app'))['onShareTimeline']
  57. const onShow: (typeof import('@dcloudio/uni-app'))['onShow']
  58. const onTabItemTap: (typeof import('@dcloudio/uni-app'))['onTabItemTap']
  59. const onThemeChange: (typeof import('@dcloudio/uni-app'))['onThemeChange']
  60. const onUnhandledRejection: (typeof import('@dcloudio/uni-app'))['onUnhandledRejection']
  61. const onUnload: (typeof import('@dcloudio/uni-app'))['onUnload']
  62. const onUnmounted: (typeof import('vue'))['onUnmounted']
  63. const onUpdated: (typeof import('vue'))['onUpdated']
  64. const provide: (typeof import('vue'))['provide']
  65. const reactive: (typeof import('vue'))['reactive']
  66. const readonly: (typeof import('vue'))['readonly']
  67. const ref: (typeof import('vue'))['ref']
  68. const resolveComponent: (typeof import('vue'))['resolveComponent']
  69. const shallowReactive: (typeof import('vue'))['shallowReactive']
  70. const shallowReadonly: (typeof import('vue'))['shallowReadonly']
  71. const shallowRef: (typeof import('vue'))['shallowRef']
  72. const toRaw: (typeof import('vue'))['toRaw']
  73. const toRef: (typeof import('vue'))['toRef']
  74. const toRefs: (typeof import('vue'))['toRefs']
  75. const toValue: (typeof import('vue'))['toValue']
  76. const triggerRef: (typeof import('vue'))['triggerRef']
  77. const unref: (typeof import('vue'))['unref']
  78. const useAttrs: (typeof import('vue'))['useAttrs']
  79. const useCssModule: (typeof import('vue'))['useCssModule']
  80. const useCssVars: (typeof import('vue'))['useCssVars']
  81. const useLink: (typeof import('vue-router'))['useLink']
  82. const useRoute: (typeof import('vue-router'))['useRoute']
  83. const useRouter: (typeof import('vue-router'))['useRouter']
  84. const useSlots: (typeof import('vue'))['useSlots']
  85. const watch: (typeof import('vue'))['watch']
  86. const watchEffect: (typeof import('vue'))['watchEffect']
  87. const watchPostEffect: (typeof import('vue'))['watchPostEffect']
  88. const watchSyncEffect: (typeof import('vue'))['watchSyncEffect']
  89. }
  90. // for type re-export
  91. declare global {
  92. // @ts-ignore
  93. export type {
  94. Component,
  95. ComponentPublicInstance,
  96. ComputedRef,
  97. ExtractDefaultPropTypes,
  98. ExtractPropTypes,
  99. ExtractPublicPropTypes,
  100. InjectionKey,
  101. PropType,
  102. Ref,
  103. VNode,
  104. WritableComputedRef,
  105. } from 'vue'
  106. import('vue')
  107. }