components.d.ts 1.1 KB

123456789101112131415161718192021222324252627
  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. VanCellGroup: typeof import('vant/es')['CellGroup']
  13. VanDivider: typeof import('vant/es')['Divider']
  14. VanField: typeof import('vant/es')['Field']
  15. VanForm: typeof import('vant/es')['Form']
  16. VanIcon: typeof import('vant/es')['Icon']
  17. VanList: typeof import('vant/es')['List']
  18. VanRadio: typeof import('vant/es')['Radio']
  19. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  20. VanRate: typeof import('vant/es')['Rate']
  21. VanTab: typeof import('vant/es')['Tab']
  22. VanTabs: typeof import('vant/es')['Tabs']
  23. VanUploader: typeof import('vant/es')['Uploader']
  24. }
  25. }