components.d.ts 782 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. TabBar: typeof import('./src/components/TabBar.vue')['default']
  12. VanCell: typeof import('vant/es')['Cell']
  13. VanCollapse: typeof import('vant/es')['Collapse']
  14. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  15. VanImage: typeof import('vant/es')['Image']
  16. VanNavBar: typeof import('vant/es')['NavBar']
  17. VanTabbar: typeof import('vant/es')['Tabbar']
  18. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  19. }
  20. }