components.d.ts 856 B

123456789101112131415161718192021222324
  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. VanCell: typeof import('vant/es')['Cell']
  11. VanCellGroup: typeof import('vant/es')['CellGroup']
  12. VanDivider: typeof import('vant/es')['Divider']
  13. VanField: typeof import('vant/es')['Field']
  14. VanForm: typeof import('vant/es')['Form']
  15. VanIcon: typeof import('vant/es')['Icon']
  16. VanList: typeof import('vant/es')['List']
  17. VanPopup: typeof import('vant/es')['Popup']
  18. VanTab: typeof import('vant/es')['Tab']
  19. VanTabs: typeof import('vant/es')['Tabs']
  20. VanTag: typeof import('vant/es')['Tag']
  21. VanUploader: typeof import('vant/es')['Uploader']
  22. }
  23. }