components.d.ts 816 B

12345678910111213141516171819202122
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. RouterLink: typeof import('vue-router')['RouterLink']
  10. RouterView: typeof import('vue-router')['RouterView']
  11. VanButton: typeof import('vant/es')['Button']
  12. VanCellGroup: typeof import('vant/es')['CellGroup']
  13. VanCheckbox: typeof import('vant/es')['Checkbox']
  14. VanDialog: typeof import('vant/es')['Dialog']
  15. VanField: typeof import('vant/es')['Field']
  16. VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
  17. VanForm: typeof import('vant/es')['Form']
  18. VanSearch: typeof import('vant/es')['Search']
  19. VanSwitch: typeof import('vant/es')['Switch']
  20. }
  21. }