You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB
TypeScript

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
CpIcon: typeof import('./src/components/CpIcon.vue')['default']
DoctorCard: typeof import('./src/components/home/DoctorCard.vue')['default']
FollowDoctor: typeof import('./src/components/home/FollowDoctor.vue')['default']
KnowledgeCard: typeof import('./src/components/home/KnowledgeCard.vue')['default']
KnowledgeList: typeof import('./src/components/home/KnowledgeList.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
VanButton: typeof import('vant/es')['Button']
VanCol: typeof import('vant/es')['Col']
VanImage: typeof import('vant/es')['Image']
VanList: typeof import('vant/es')['List']
VanRow: typeof import('vant/es')['Row']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
VanTab: typeof import('vant/es')['Tab']
VanTabs: typeof import('vant/es')['Tabs']
}
}