components.d.ts 630 B

12345678910111213141516171819
  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. VanCellGroup: typeof import('vant/es')['CellGroup']
  11. VanDivider: typeof import('vant/es')['Divider']
  12. VanField: typeof import('vant/es')['Field']
  13. VanForm: typeof import('vant/es')['Form']
  14. VanIcon: typeof import('vant/es')['Icon']
  15. VanPopup: typeof import('vant/es')['Popup']
  16. VanUploader: typeof import('vant/es')['Uploader']
  17. }
  18. }