components.d.ts 1.2 KB

123456789101112131415161718192021222324252627282930
  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. RouterLink: typeof import('vue-router')['RouterLink']
  9. RouterView: typeof import('vue-router')['RouterView']
  10. TitleBar: typeof import('./../src/components/TitleBar/index.vue')['default']
  11. VanButton: typeof import('vant/es')['Button']
  12. VanCell: typeof import('vant/es')['Cell']
  13. VanCellGroup: typeof import('vant/es')['CellGroup']
  14. VanDivider: typeof import('vant/es')['Divider']
  15. VanField: typeof import('vant/es')['Field']
  16. VanForm: typeof import('vant/es')['Form']
  17. VanIcon: typeof import('vant/es')['Icon']
  18. VanList: typeof import('vant/es')['List']
  19. VanRadio: typeof import('vant/es')['Radio']
  20. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  21. VanRate: typeof import('vant/es')['Rate']
  22. VanTab: typeof import('vant/es')['Tab']
  23. VanTabs: typeof import('vant/es')['Tabs']
  24. VanUploader: typeof import('vant/es')['Uploader']
  25. VarButton: typeof import('@varlet/ui')['_ButtonComponent']
  26. VarSpace: typeof import('@varlet/ui')['_SpaceComponent']
  27. }
  28. }