-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
29 lines (27 loc) · 1.47 KB
/
Copy pathcomponents.d.ts
File metadata and controls
29 lines (27 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
copy: typeof import('./src/components/tab-bar/tab-bar copy.vue')['default']
DetailSection: typeof import('./src/components/detail-section/detail-section.vue')['default']
HouseItemV3: typeof import('./src/components/house-item-v3/house-item-v3.vue')['default']
HouseItemV9: typeof import('./src/components/house-item-v9/house-item-v9.vue')['default']
LoadingLoad: typeof import('./src/components/loading/loading-load.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchBar: typeof import('./src/components/search-bar/search-bar.vue')['default']
TabBar: typeof import('./src/components/tab-bar/tab-bar.vue')['default']
'TabBar copy': typeof import('./src/components/tab-bar/tab-bar copy.vue')['default']
VanCalendar: typeof import('vant/es')['Calendar']
VanIcon: typeof import('vant/es')['Icon']
VanNavBar: typeof import('vant/es')['NavBar']
VanRate: typeof import('vant/es')['Rate']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
}
}