-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
58 lines (57 loc) · 3.11 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Account: typeof import('./src/components/account.vue')['default']
AppBar: typeof import('./src/components/app-bar.vue')['default']
Footer: typeof import('./src/components/footer.vue')['default']
Intro: typeof import('./src/components/intro.vue')['default']
LoadFileProgress: typeof import('./src/components/load-file-progress.vue')['default']
Markdown: typeof import('./src/components/markdown.vue')['default']
RouterJump: typeof import('./src/components/router-jump.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TextFileInput: typeof import('./src/components/text-file-input/index.vue')['default']
VarAlert: typeof import('@varlet/ui')['_AlertComponent']
VarAppBar: typeof import('@varlet/ui')['_AppBarComponent']
VarBadge: typeof import('@varlet/ui')['_BadgeComponent']
VarButton: typeof import('@varlet/ui')['_ButtonComponent']
VarButtonGroup: typeof import('@varlet/ui')['_ButtonGroupComponent']
VarCard: typeof import('@varlet/ui')['_CardComponent']
VarCell: typeof import('@varlet/ui')['_CellComponent']
VarChip: typeof import('@varlet/ui')['_ChipComponent']
VarCounter: typeof import('@varlet/ui')['_CounterComponent']
VarDialog: typeof import('@varlet/ui')['_DialogComponent']
VarDivider: typeof import('@varlet/ui')['_DividerComponent']
VarFab: typeof import('@varlet/ui')['_FabComponent']
VarIcon: typeof import('@varlet/ui')['_IconComponent']
VarInput: typeof import('@varlet/ui')['_InputComponent']
VarLink: typeof import('@varlet/ui')['_LinkComponent']
VarList: typeof import('@varlet/ui')['_ListComponent']
VarLoading: typeof import('@varlet/ui')['_LoadingComponent']
VarMenu: typeof import('@varlet/ui')['_MenuComponent']
VarOption: typeof import('@varlet/ui')['_OptionComponent']
VarPagination: typeof import('@varlet/ui')['_PaginationComponent']
VarPaper: typeof import('@varlet/ui')['_PaperComponent']
VarPopup: typeof import('@varlet/ui')['_PopupComponent']
VarProgress: typeof import('@varlet/ui')['_ProgressComponent']
VarSelect: typeof import('@varlet/ui')['_SelectComponent']
VarSlider: typeof import('@varlet/ui')['_SliderComponent']
VarSpace: typeof import('@varlet/ui')['_SpaceComponent']
VarSwitch: typeof import('@varlet/ui')['_SwitchComponent']
VarTab: typeof import('@varlet/ui')['_TabComponent']
VarTabItem: typeof import('@varlet/ui')['_TabItemComponent']
VarTable: typeof import('@varlet/ui')['_TableComponent']
VarTabs: typeof import('@varlet/ui')['_TabsComponent']
VarTabsItems: typeof import('@varlet/ui')['_TabsItemsComponent']
VarTooltip: typeof import('@varlet/ui')['_TooltipComponent']
VarUploader: typeof import('@varlet/ui')['_UploaderComponent']
}
export interface ComponentCustomProperties {
vRipple: typeof import('@varlet/ui')['_RippleComponent']
}
}