components.d.ts 808 B

123456789101112131415161718192021
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. Holle: typeof import('./src/components/Holle.vue')['default']
  9. RouterLink: typeof import('vue-router')['RouterLink']
  10. RouterView: typeof import('vue-router')['RouterView']
  11. VanButton: typeof import('vant/es')['Button']
  12. VanCellGroup: typeof import('vant/es')['CellGroup']
  13. VanField: typeof import('vant/es')['Field']
  14. VanForm: typeof import('vant/es')['Form']
  15. VanIcon: typeof import('vant/es')['Icon']
  16. VanTabbar: typeof import('vant/es')['Tabbar']
  17. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  18. }
  19. }