components.d.ts 768 B

123456789101112131415161718192021
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. RouterLink: typeof import('vue-router')['RouterLink']
  10. RouterView: typeof import('vue-router')['RouterView']
  11. VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
  12. VanImage: typeof import('vant/es')['Image']
  13. VanImagePreview: typeof import('vant/es')['ImagePreview']
  14. VanLoading: typeof import('vant/es')['Loading']
  15. VanSwipe: typeof import('vant/es')['Swipe']
  16. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  17. VanTab: typeof import('vant/es')['Tab']
  18. VanTabs: typeof import('vant/es')['Tabs']
  19. }
  20. }