components.d.ts 910 B

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