components.d.ts 588 B

123456789101112131415161718
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/vue-next/pull/3399
  4. import '@vue/runtime-core'
  5. declare module '@vue/runtime-core' {
  6. export interface GlobalComponents {
  7. RouterLink: typeof import('vue-router')['RouterLink']
  8. RouterView: typeof import('vue-router')['RouterView']
  9. VanButton: typeof import('vant/es')['Button']
  10. VanIcon: typeof import('vant/es')['Icon']
  11. VanImage: typeof import('vant/es')['Image']
  12. VantButton: typeof import('vant/es')['tButton']
  13. }
  14. }
  15. export {}