components.d.ts 982 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. PollUp: typeof import('./src/components/PollUp.vue')['default']
  10. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. V3Emoji: typeof import('./src/components/V3Emoji.vue')['default']
  13. VanButton: typeof import('vant/es')['Button']
  14. VanCell: typeof import('vant/es')['Cell']
  15. VanCellGroup: typeof import('vant/es')['CellGroup']
  16. VanField: typeof import('vant/es')['Field']
  17. VanIcon: typeof import('vant/es')['Icon']
  18. VanLoading: typeof import('vant/es')['Loading']
  19. VanNavBar: typeof import('vant/es')['NavBar']
  20. VanPopover: typeof import('vant/es')['Popover']
  21. VanPopup: typeof import('vant/es')['Popup']
  22. VanSearch: typeof import('vant/es')['Search']
  23. }
  24. }