components.d.ts 1002 B

1234567891011121314151617181920212223242526
  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. VanButton: typeof import('vant/es')['Button']
  11. VanCascader: typeof import('vant/es')['Cascader']
  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. VanPopup: typeof import('vant/es')['Popup']
  20. VanTab: typeof import('vant/es')['Tab']
  21. VanTabs: typeof import('vant/es')['Tabs']
  22. VanTag: typeof import('vant/es')['Tag']
  23. VanUploader: typeof import('vant/es')['Uploader']
  24. }
  25. }