components.d.ts 1.1 KB

12345678910111213141516171819202122232425262728
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. GridAddress: typeof import('./src/components/address/gridAddress/index.vue')['default']
  10. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. VanButton: typeof import('vant/es')['Button']
  13. VanCascader: typeof import('vant/es')['Cascader']
  14. VanCell: typeof import('vant/es')['Cell']
  15. VanCellGroup: typeof import('vant/es')['CellGroup']
  16. VanDivider: typeof import('vant/es')['Divider']
  17. VanField: typeof import('vant/es')['Field']
  18. VanForm: typeof import('vant/es')['Form']
  19. VanList: typeof import('vant/es')['List']
  20. VanNavBar: typeof import('vant/es')['NavBar']
  21. VanPopup: typeof import('vant/es')['Popup']
  22. VanSearch: typeof import('vant/es')['Search']
  23. VanTab: typeof import('vant/es')['Tab']
  24. VanTabs: typeof import('vant/es')['Tabs']
  25. VanTag: typeof import('vant/es')['Tag']
  26. }
  27. }