components.d.ts 878 B

12345678910111213141516171819202122
  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. IframePage: typeof import('./src/components/IframePage/index.vue')['default']
  10. NoData: typeof import('./src/components/NoData/index.vue')['default']
  11. RouterLink: typeof import('vue-router')['RouterLink']
  12. RouterView: typeof import('vue-router')['RouterView']
  13. SearchInput: typeof import('./src/components/SearchInput/index.vue')['default']
  14. VanField: typeof import('vant/es')['Field']
  15. VanSearch: typeof import('vant/es')['Search']
  16. VanSwipe: typeof import('vant/es')['Swipe']
  17. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  18. VanTab: typeof import('vant/es')['Tab']
  19. VanTabs: typeof import('vant/es')['Tabs']
  20. }
  21. }