-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
25 lines (24 loc) · 1.26 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
/* 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 {
AsyncButton: typeof import('./src/components/atomic/AsyncButton.vue')['default']
CheckBoxGroup: typeof import('./src/components/CheckBoxGroup.vue')['default']
DeleteModal: typeof import('./src/components/modal/DeleteModal.vue')['default']
Nav: typeof import('./src/components/Nav.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchInput: typeof import('./src/components/atomic/SearchInput.vue')['default']
SideBar: typeof import('./src/components/SideBar.vue')['default']
StepProgress: typeof import('./src/components/StepProgress.vue')['default']
SwitchButton: typeof import('./src/components/atomic/SwitchButton.vue')['default']
Table: typeof import('./src/components/Table.vue')['default']
TheHeader: typeof import('./src/components/TheHeader.vue')['default']
TogglePassword: typeof import('./src/components/atomic/TogglePassword.vue')['default']
VerifyInput: typeof import('./src/components/VerifyInput.vue')['default']
}
}