-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
26 lines (24 loc) · 1.34 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
// 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 {
IcBaselineVolumeUp: typeof import('./src/components/icons/IcBaselineVolumeUp.vue')['default']
IcOutlineCompareArrows: typeof import('./src/components/icons/IcOutlineCompareArrows.vue')['default']
IcTwotoneCopyAll: typeof import('./src/components/icons/IcTwotoneCopyAll.vue')['default']
VarAppBar: typeof import('@varlet/ui')['_AppBarComponent']
VarBottomNavigation: typeof import('@varlet/ui')['_BottomNavigationComponent']
VarBottomNavigationItem: typeof import('@varlet/ui')['_BottomNavigationItemComponent']
VarButton: typeof import('@varlet/ui')['_ButtonComponent']
VarCell: typeof import('@varlet/ui')['_CellComponent']
VarDialog: typeof import('@varlet/ui')['_DialogComponent']
VarIcon: typeof import('@varlet/ui')['_IconComponent']
VarInput: typeof import('@varlet/ui')['_InputComponent']
VarList: typeof import('@varlet/ui')['_ListComponent']
VarSnackbar: typeof import('@varlet/ui')['_SnackbarComponent']
VarSpace: typeof import('@varlet/ui')['_SpaceComponent']
VarStyleProvider: typeof import('@varlet/ui')['_StyleProviderComponent']
}
}