-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathcomponents.d.ts
33 lines (32 loc) · 1.65 KB
/
components.d.ts
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
30
31
32
33
/* 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 {
Empty: (typeof import('./src/components/empty.vue'))['default'];
FieldAreaPicker: (typeof import('./src/components/field-area-picker.vue'))['default'];
FieldCalendarPicker: (typeof import('./src/components/field-calendar-picker.vue'))['default'];
FieldDatetimePicker: (typeof import('./src/components/field-datetime-picker.vue'))['default'];
FieldPicker: (typeof import('./src/components/field-picker.vue'))['default'];
ListCard: (typeof import('./src/components/list-card.vue'))['default'];
PersonSelect: (typeof import('./src/components/person-select.vue'))['default'];
RouterLink: (typeof import('vue-router'))['RouterLink'];
RouterView: (typeof import('vue-router'))['RouterView'];
SearchPerson: (typeof import('./src/components/search-person.vue'))['default'];
VanCard: (typeof import('vant/es'))['Card'];
VanGrid: (typeof import('vant/es'))['Grid'];
VanGridItem: (typeof import('vant/es'))['GridItem'];
VanIcon: (typeof import('vant/es'))['Icon'];
VanNavBar: (typeof import('vant/es'))['NavBar'];
VanSidebar: (typeof import('vant/es'))['Sidebar'];
VanSidebarItem: (typeof import('vant/es'))['SidebarItem'];
VanSticky: (typeof import('vant/es'))['Sticky'];
VanSwipe: (typeof import('vant/es'))['Swipe'];
VanSwipeItem: (typeof import('vant/es'))['SwipeItem'];
VanTabbar: (typeof import('vant/es'))['Tabbar'];
VanTabbarItem: (typeof import('vant/es'))['TabbarItem'];
}
}