components.d.ts 1.0 KB

12345678910111213141516171819202122232425
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. PollUp: typeof import('./src/components/PollUp.vue')['default']
  9. RouterLink: typeof import('vue-router')['RouterLink']
  10. RouterView: typeof import('vue-router')['RouterView']
  11. V3Emoji: typeof import('./src/components/V3Emoji.vue')['default']
  12. VanButton: typeof import('vant/es')['Button']
  13. VanCell: typeof import('vant/es')['Cell']
  14. VanCellGroup: typeof import('vant/es')['CellGroup']
  15. VanField: typeof import('vant/es')['Field']
  16. VanIcon: typeof import('vant/es')['Icon']
  17. VanLoading: typeof import('vant/es')['Loading']
  18. VanNavBar: typeof import('vant/es')['NavBar']
  19. VanPopover: typeof import('vant/es')['Popover']
  20. VanPopup: typeof import('vant/es')['Popup']
  21. VanSearch: typeof import('vant/es')['Search']
  22. }
  23. }