components.d.ts 744 B

123456789101112131415161718192021
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. // biome-ignore lint: disable
  6. export {}
  7. /* prettier-ignore */
  8. declare module 'vue' {
  9. export interface GlobalComponents {
  10. Count: typeof import('./src/components/Count.vue')['default']
  11. RouterLink: typeof import('vue-router')['RouterLink']
  12. RouterView: typeof import('vue-router')['RouterView']
  13. VanButton: typeof import('vant/es')['Button']
  14. VanGrid: typeof import('vant/es')['Grid']
  15. VanGridItem: typeof import('vant/es')['GridItem']
  16. VanImage: typeof import('vant/es')['Image']
  17. VanSwipe: typeof import('vant/es')['Swipe']
  18. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  19. }
  20. }