You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
4.1 KiB

5 months ago
5 months ago
5 months ago
  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 ElNotification: typeof import('element-plus/es')['ElNotification']
  11. const computed: typeof import('vue')['computed']
  12. const createApp: typeof import('vue')['createApp']
  13. const customRef: typeof import('vue')['customRef']
  14. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  15. const defineComponent: typeof import('vue')['defineComponent']
  16. const effectScope: typeof import('vue')['effectScope']
  17. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  18. const getCurrentScope: typeof import('vue')['getCurrentScope']
  19. const h: typeof import('vue')['h']
  20. const inject: typeof import('vue')['inject']
  21. const isProxy: typeof import('vue')['isProxy']
  22. const isReactive: typeof import('vue')['isReactive']
  23. const isReadonly: typeof import('vue')['isReadonly']
  24. const isRef: typeof import('vue')['isRef']
  25. const markRaw: typeof import('vue')['markRaw']
  26. const nextTick: typeof import('vue')['nextTick']
  27. const onActivated: typeof import('vue')['onActivated']
  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 onErrorCaptured: typeof import('vue')['onErrorCaptured']
  35. const onMounted: typeof import('vue')['onMounted']
  36. const onRenderTracked: typeof import('vue')['onRenderTracked']
  37. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  38. const onScopeDispose: typeof import('vue')['onScopeDispose']
  39. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  40. const onUnmounted: typeof import('vue')['onUnmounted']
  41. const onUpdated: typeof import('vue')['onUpdated']
  42. const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
  43. const provide: typeof import('vue')['provide']
  44. const reactive: typeof import('vue')['reactive']
  45. const readonly: typeof import('vue')['readonly']
  46. const ref: typeof import('vue')['ref']
  47. const resolveComponent: typeof import('vue')['resolveComponent']
  48. const shallowReactive: typeof import('vue')['shallowReactive']
  49. const shallowReadonly: typeof import('vue')['shallowReadonly']
  50. const shallowRef: typeof import('vue')['shallowRef']
  51. const toRaw: typeof import('vue')['toRaw']
  52. const toRef: typeof import('vue')['toRef']
  53. const toRefs: typeof import('vue')['toRefs']
  54. const toValue: typeof import('vue')['toValue']
  55. const triggerRef: typeof import('vue')['triggerRef']
  56. const unref: typeof import('vue')['unref']
  57. const useAttrs: typeof import('vue')['useAttrs']
  58. const useCssModule: typeof import('vue')['useCssModule']
  59. const useCssVars: typeof import('vue')['useCssVars']
  60. const useId: typeof import('vue')['useId']
  61. const useLink: typeof import('vue-router')['useLink']
  62. const useModel: typeof import('vue')['useModel']
  63. const useRoute: typeof import('vue-router')['useRoute']
  64. const useRouter: typeof import('vue-router')['useRouter']
  65. const useSlots: typeof import('vue')['useSlots']
  66. const useTemplateRef: typeof import('vue')['useTemplateRef']
  67. const watch: typeof import('vue')['watch']
  68. const watchEffect: typeof import('vue')['watchEffect']
  69. const watchPostEffect: typeof import('vue')['watchPostEffect']
  70. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  71. const withModifiers: typeof import('vue')['withModifiers']
  72. }
  73. // for type re-export
  74. declare global {
  75. // @ts-ignore
  76. export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  77. import('vue')
  78. // @ts-ignore
  79. export type { TabPaneName } from 'element-plus/es'
  80. import('element-plus/es')
  81. }