-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
78 lines (77 loc) · 5.6 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/* 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 {
AppAvatar: typeof import('./src/components/AppAvatar.vue')['default']
AppAvatarLink: typeof import('./src/components/AppAvatarLink.vue')['default']
AppCaptcha: typeof import('./src/components/AppCaptcha.vue')['default']
AppError: typeof import('./src/components/AppError.vue')['default']
AppErrorDev: typeof import('./src/components/AppErrorDev.vue')['default']
AppErrorProd: typeof import('./src/components/AppErrorProd.vue')['default']
AppFormField: typeof import('./src/components/AppFormField.vue')['default']
AppInputLiveEditStatus: typeof import('./src/components/AppInputLiveEditStatus.vue')['default']
AppInputLiveEditText: typeof import('./src/components/AppInputLiveEditText.vue')['default']
AppLoader: typeof import('./src/components/AppLoader.vue')['default']
AppLoginForm: typeof import('./src/components/AppLoginForm.vue')['default']
AppRegisterForm: typeof import('./src/components/AppRegisterForm.vue')['default']
AuthLayout: typeof import('./src/components/layout/AuthLayout.vue')['default']
Avatar: typeof import('./src/components/ui/avatar/Avatar.vue')['default']
AvatarFallback: typeof import('./src/components/ui/avatar/AvatarFallback.vue')['default']
AvatarImage: typeof import('./src/components/ui/avatar/AvatarImage.vue')['default']
Button: typeof import('./src/components/ui/button/Button.vue')['default']
Card: typeof import('./src/components/ui/card/Card.vue')['default']
CardContent: typeof import('./src/components/ui/card/CardContent.vue')['default']
CardDescription: typeof import('./src/components/ui/card/CardDescription.vue')['default']
CardFooter: typeof import('./src/components/ui/card/CardFooter.vue')['default']
CardHeader: typeof import('./src/components/ui/card/CardHeader.vue')['default']
CardTitle: typeof import('./src/components/ui/card/CardTitle.vue')['default']
CircleCheckBig: typeof import('./src/components/ui/icon/CircleCheckBig.vue')['default']
CircleDashed: typeof import('./src/components/ui/icon/CircleDashed.vue')['default']
CircleDotDashed: typeof import('./src/components/ui/icon/CircleDotDashed.vue')['default']
DataTable: typeof import('./src/components/ui/data-table/DataTable.vue')['default']
Files: typeof import('./src/components/ui/icon/Files.vue')['default']
FormCreateEntity: typeof import('./src/components/FormCreateEntity.vue')['default']
FormCreateSubEntity: typeof import('./src/components/FormCreateSubEntity.vue')['default']
GuestLayout: typeof import('./src/components/layout/GuestLayout.vue')['default']
Home: typeof import('./src/components/ui/icon/Home.vue')['default']
Info: typeof import('./src/components/ui/icon/Info.vue')['default']
Input: typeof import('./src/components/ui/input/Input.vue')['default']
Label: typeof import('./src/components/ui/label/Label.vue')['default']
LoaderCircle: typeof import('./src/components/ui/icon/LoaderCircle.vue')['default']
LogOut: typeof import('./src/components/ui/icon/LogOut.vue')['default']
Menu: typeof import('./src/components/ui/icon/Menu.vue')['default']
NavBarTop: typeof import('./src/components/layout/NavBarTop.vue')['default']
PencilLine: typeof import('./src/components/ui/icon/PencilLine.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Search: typeof import('./src/components/ui/icon/Search.vue')['default']
Separator: typeof import('./src/components/ui/separator/Separator.vue')['default']
Settings2: typeof import('./src/components/ui/icon/Settings2.vue')['default']
Sheet: typeof import('./src/components/ui/sheet/Sheet.vue')['default']
SheetClose: typeof import('./src/components/ui/sheet/SheetClose.vue')['default']
SheetContent: typeof import('./src/components/ui/sheet/SheetContent.vue')['default']
SheetDescription: typeof import('./src/components/ui/sheet/SheetDescription.vue')['default']
SheetFooter: typeof import('./src/components/ui/sheet/SheetFooter.vue')['default']
SheetHeader: typeof import('./src/components/ui/sheet/SheetHeader.vue')['default']
SheetTitle: typeof import('./src/components/ui/sheet/SheetTitle.vue')['default']
SheetTrigger: typeof import('./src/components/ui/sheet/SheetTrigger.vue')['default']
SideBar: typeof import('./src/components/layout/SideBar.vue')['default']
SideBarLinks: typeof import('./src/components/layout/SideBarLinks.vue')['default']
Table: typeof import('./src/components/ui/table/Table.vue')['default']
TableBody: typeof import('./src/components/ui/table/TableBody.vue')['default']
TableCaption: typeof import('./src/components/ui/table/TableCaption.vue')['default']
TableCell: typeof import('./src/components/ui/table/TableCell.vue')['default']
TableEmpty: typeof import('./src/components/ui/table/TableEmpty.vue')['default']
TableFooter: typeof import('./src/components/ui/table/TableFooter.vue')['default']
TableHead: typeof import('./src/components/ui/table/TableHead.vue')['default']
TableHeader: typeof import('./src/components/ui/table/TableHeader.vue')['default']
TableRow: typeof import('./src/components/ui/table/TableRow.vue')['default']
Trash2: typeof import('./src/components/ui/icon/Trash2.vue')['default']
UserRoundCog: typeof import('./src/components/ui/icon/UserRoundCog.vue')['default']
X: typeof import('./src/components/ui/icon/X.vue')['default']
}
}