auto-import.d.ts 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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 Theme: typeof import('../src/utils/const')['Theme']
  10. const computed: typeof import('vue')['computed']
  11. const createApp: typeof import('../src/main')['createApp']
  12. const customRef: typeof import('vue')['customRef']
  13. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  14. const defineComponent: typeof import('vue')['defineComponent']
  15. const effectScope: typeof import('vue')['effectScope']
  16. const getAppVersion: typeof import('../src/utils/index')['getAppVersion']
  17. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  18. const getCurrentScope: typeof import('vue')['getCurrentScope']
  19. const h: typeof import('vue')['h']
  20. const icons: typeof import('../src/utils/icons')['default']
  21. const inject: typeof import('vue')['inject']
  22. const isProxy: typeof import('vue')['isProxy']
  23. const isReactive: typeof import('vue')['isReactive']
  24. const isReadonly: typeof import('vue')['isReadonly']
  25. const isRef: typeof import('vue')['isRef']
  26. const langs: typeof import('../src/utils/const')['langs']
  27. const markRaw: typeof import('vue')['markRaw']
  28. const nextTick: typeof import('vue')['nextTick']
  29. const onActivated: typeof import('vue')['onActivated']
  30. const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
  31. const onBackPress: typeof import('@dcloudio/uni-app')['onBackPress']
  32. const onBeforeMount: typeof import('vue')['onBeforeMount']
  33. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  34. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  35. const onDeactivated: typeof import('vue')['onDeactivated']
  36. const onError: typeof import('@dcloudio/uni-app')['onError']
  37. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  38. const onHide: typeof import('@dcloudio/uni-app')['onHide']
  39. const onLaunch: typeof import('@dcloudio/uni-app')['onLaunch']
  40. const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
  41. const onMounted: typeof import('vue')['onMounted']
  42. const onNavigationBarButtonTap: typeof import('@dcloudio/uni-app')['onNavigationBarButtonTap']
  43. const onNavigationBarSearchInputChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputChanged']
  44. const onNavigationBarSearchInputClicked: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputClicked']
  45. const onNavigationBarSearchInputConfirmed: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputConfirmed']
  46. const onNavigationBarSearchInputFocusChanged: typeof import('@dcloudio/uni-app')['onNavigationBarSearchInputFocusChanged']
  47. const onPageNotFound: typeof import('@dcloudio/uni-app')['onPageNotFound']
  48. const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
  49. const onPullDownRefresh: typeof import('@dcloudio/uni-app')['onPullDownRefresh']
  50. const onReachBottom: typeof import('@dcloudio/uni-app')['onReachBottom']
  51. const onReady: typeof import('@dcloudio/uni-app')['onReady']
  52. const onRenderTracked: typeof import('vue')['onRenderTracked']
  53. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  54. const onResize: typeof import('@dcloudio/uni-app')['onResize']
  55. const onScopeDispose: typeof import('vue')['onScopeDispose']
  56. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  57. const onShareAppMessage: typeof import('@dcloudio/uni-app')['onShareAppMessage']
  58. const onShareTimeline: typeof import('@dcloudio/uni-app')['onShareTimeline']
  59. const onShow: typeof import('@dcloudio/uni-app')['onShow']
  60. const onTabItemTap: typeof import('@dcloudio/uni-app')['onTabItemTap']
  61. const onThemeChange: typeof import('@dcloudio/uni-app')['onThemeChange']
  62. const onUnhandledRejection: typeof import('@dcloudio/uni-app')['onUnhandledRejection']
  63. const onUnload: typeof import('@dcloudio/uni-app')['onUnload']
  64. const onUnmounted: typeof import('vue')['onUnmounted']
  65. const onUpdated: typeof import('vue')['onUpdated']
  66. const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
  67. const provide: typeof import('vue')['provide']
  68. const reactive: typeof import('vue')['reactive']
  69. const readonly: typeof import('vue')['readonly']
  70. const ref: typeof import('vue')['ref']
  71. const resolveComponent: typeof import('vue')['resolveComponent']
  72. const shallowReactive: typeof import('vue')['shallowReactive']
  73. const shallowReadonly: typeof import('vue')['shallowReadonly']
  74. const shallowRef: typeof import('vue')['shallowRef']
  75. const themes: typeof import('../src/utils/const')['themes']
  76. const toRaw: typeof import('vue')['toRaw']
  77. const toRef: typeof import('vue')['toRef']
  78. const toRefs: typeof import('vue')['toRefs']
  79. const toValue: typeof import('vue')['toValue']
  80. const triggerRef: typeof import('vue')['triggerRef']
  81. const unref: typeof import('vue')['unref']
  82. const useAttrs: typeof import('vue')['useAttrs']
  83. const useCssModule: typeof import('vue')['useCssModule']
  84. const useCssVars: typeof import('vue')['useCssVars']
  85. const useId: typeof import('vue')['useId']
  86. const useModel: typeof import('vue')['useModel']
  87. const useRouteParam: typeof import('../src/hooks/useRouteParam')['default']
  88. const useSafeAreaInsetTop: typeof import('../src/hooks/useSafeAreaInsetTop')['useSafeAreaInsetTop']
  89. const useSlots: typeof import('vue')['useSlots']
  90. const useTemplateRef: typeof import('vue')['useTemplateRef']
  91. const useToast: typeof import('nutui-uniapp/composables')['useToast']
  92. const useUserStore: typeof import('../src/stores/modules/userStore')['useUserStore']
  93. const watch: typeof import('vue')['watch']
  94. const watchEffect: typeof import('vue')['watchEffect']
  95. const watchPostEffect: typeof import('vue')['watchPostEffect']
  96. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  97. }
  98. // for type re-export
  99. declare global {
  100. // @ts-ignore
  101. export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  102. import('vue')
  103. }