components.d.ts 734 B

123456789101112131415161718192021
  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. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. GsapCom: typeof import('./src/components/GsapCom.vue')['default']
  11. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. VanButton: typeof import('vant/es')['Button']
  15. VanCell: typeof import('vant/es')['Cell']
  16. VanCellGroup: typeof import('vant/es')['CellGroup']
  17. VanPopup: typeof import('vant/es')['Popup']
  18. }
  19. }