components.d.ts 1016 B

1234567891011121314151617181920212223242526
  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. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. FilterRate: typeof import('./src/components/FilterRate.vue')['default']
  11. Form: typeof import('./src/components/Form.vue')['default']
  12. List: typeof import('./src/components/List.vue')['default']
  13. RouterLink: typeof import('vue-router')['RouterLink']
  14. RouterView: typeof import('vue-router')['RouterView']
  15. Table: typeof import('./src/components/Table.vue')['default']
  16. VanCard: typeof import('vant/es')['Card']
  17. VanEmpty: typeof import('vant/es')['Empty']
  18. VanList: typeof import('vant/es')['List']
  19. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  20. VanSearch: typeof import('vant/es')['Search']
  21. VanTabbar: typeof import('vant/es')['Tabbar']
  22. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  23. }
  24. }