generated from lexmin0412/vue-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
36 lines (35 loc) · 1.81 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
34
35
36
/* 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 {
DatepickerPopup: typeof import('./src/components/datepicker-popup/index.vue')['default']
Schedule: typeof import('./src/components/schedule/index.vue')['default']
VarAppBar: typeof import('@varlet/ui')['_AppBarComponent']
VarAvatar: typeof import('@varlet/ui')['_AvatarComponent']
VarButton: typeof import('@varlet/ui')['_ButtonComponent']
VarButtonn: typeof import('@varlet/ui')['_ButtonnComponent']
VarCell: typeof import('@varlet/ui')['_CellComponent']
VarCheckbox: typeof import('@varlet/ui')['_CheckboxComponent']
VarDatePicker: typeof import('@varlet/ui')['_DatePickerComponent']
VarFab: typeof import('@varlet/ui')['_FabComponent']
VarForm: typeof import('@varlet/ui')['_FormComponent']
VarIcon: typeof import('@varlet/ui')['_IconComponent']
VarInput: typeof import('@varlet/ui')['_InputComponent']
VarList: typeof import('@varlet/ui')['_ListComponent']
VarMenu: typeof import('@varlet/ui')['_MenuComponent']
VarMenuOption: typeof import('@varlet/ui')['_MenuOptionComponent']
VarMenuSelect: typeof import('@varlet/ui')['_MenuSelectComponent']
VarOption: typeof import('@varlet/ui')['_OptionComponent']
VarPopup: typeof import('@varlet/ui')['_PopupComponent']
VarPullRefresh: typeof import('@varlet/ui')['_PullRefreshComponent']
VarSelect: typeof import('@varlet/ui')['_SelectComponent']
VarSwitch: typeof import('@varlet/ui')['_SwitchComponent']
VarTab: typeof import('@varlet/ui')['_TabComponent']
VarTabs: typeof import('@varlet/ui')['_TabsComponent']
VarTimePicker: typeof import('@varlet/ui')['_TimePickerComponent']
}
}