-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomponents.d.ts
105 lines (104 loc) · 9.08 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/* 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 {
AccountDeleteCard: typeof import('./inertia/components/AccountDeleteCard.vue')['default']
AccountEmailCard: typeof import('./inertia/components/AccountEmailCard.vue')['default']
Alert: typeof import('./inertia/components/ui/alert/Alert.vue')['default']
AlertDescription: typeof import('./inertia/components/ui/alert/AlertDescription.vue')['default']
AlertDialog: typeof import('./inertia/components/ui/alert-dialog/AlertDialog.vue')['default']
AlertDialogAction: typeof import('./inertia/components/ui/alert-dialog/AlertDialogAction.vue')['default']
AlertDialogCancel: typeof import('./inertia/components/ui/alert-dialog/AlertDialogCancel.vue')['default']
AlertDialogContent: typeof import('./inertia/components/ui/alert-dialog/AlertDialogContent.vue')['default']
AlertDialogDescription: typeof import('./inertia/components/ui/alert-dialog/AlertDialogDescription.vue')['default']
AlertDialogFooter: typeof import('./inertia/components/ui/alert-dialog/AlertDialogFooter.vue')['default']
AlertDialogHeader: typeof import('./inertia/components/ui/alert-dialog/AlertDialogHeader.vue')['default']
AlertDialogTitle: typeof import('./inertia/components/ui/alert-dialog/AlertDialogTitle.vue')['default']
AlertDialogTrigger: typeof import('./inertia/components/ui/alert-dialog/AlertDialogTrigger.vue')['default']
AlertTitle: typeof import('./inertia/components/ui/alert/AlertTitle.vue')['default']
AppHead: typeof import('./inertia/components/AppHead.vue')['default']
Button: typeof import('./inertia/components/ui/button/Button.vue')['default']
Card: typeof import('./inertia/components/ui/card/Card.vue')['default']
CardContent: typeof import('./inertia/components/ui/card/CardContent.vue')['default']
CardDescription: typeof import('./inertia/components/ui/card/CardDescription.vue')['default']
CardFooter: typeof import('./inertia/components/ui/card/CardFooter.vue')['default']
CardHeader: typeof import('./inertia/components/ui/card/CardHeader.vue')['default']
CardTitle: typeof import('./inertia/components/ui/card/CardTitle.vue')['default']
Checkbox: typeof import('./inertia/components/ui/checkbox/Checkbox.vue')['default']
ConfirmDestroyDialog: typeof import('./inertia/components/ConfirmDestroyDialog.vue')['default']
CourseActions: typeof import('./inertia/components/CourseActions.vue')['default']
DatePicker: typeof import('./inertia/components/DatePicker.vue')['default']
Dialog: typeof import('./inertia/components/ui/dialog/Dialog.vue')['default']
DialogClose: typeof import('./inertia/components/ui/dialog/DialogClose.vue')['default']
DialogContent: typeof import('./inertia/components/ui/dialog/DialogContent.vue')['default']
DialogDescription: typeof import('./inertia/components/ui/dialog/DialogDescription.vue')['default']
DialogFooter: typeof import('./inertia/components/ui/dialog/DialogFooter.vue')['default']
DialogHeader: typeof import('./inertia/components/ui/dialog/DialogHeader.vue')['default']
DialogScrollContent: typeof import('./inertia/components/ui/dialog/DialogScrollContent.vue')['default']
DialogTitle: typeof import('./inertia/components/ui/dialog/DialogTitle.vue')['default']
DialogTrigger: typeof import('./inertia/components/ui/dialog/DialogTrigger.vue')['default']
DropdownMenu: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenu.vue')['default']
DropdownMenuCheckboxItem: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue')['default']
DropdownMenuContent: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuContent.vue')['default']
DropdownMenuGroup: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuGroup.vue')['default']
DropdownMenuItem: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuItem.vue')['default']
DropdownMenuLabel: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuLabel.vue')['default']
DropdownMenuRadioGroup: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue')['default']
DropdownMenuRadioItem: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuRadioItem.vue')['default']
DropdownMenuSeparator: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuSeparator.vue')['default']
DropdownMenuShortcut: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuShortcut.vue')['default']
DropdownMenuSub: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuSub.vue')['default']
DropdownMenuSubContent: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuSubContent.vue')['default']
DropdownMenuSubTrigger: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue')['default']
DropdownMenuTrigger: typeof import('./inertia/components/ui/dropdown-menu/DropdownMenuTrigger.vue')['default']
FormDialog: typeof import('./inertia/components/FormDialog.vue')['default']
FormInput: typeof import('./inertia/components/FormInput.vue')['default']
Input: typeof import('./inertia/components/ui/input/Input.vue')['default']
Label: typeof import('./inertia/components/ui/label/Label.vue')['default']
Navigation: typeof import('./inertia/components/Navigation.vue')['default']
OrganizationEditCard: typeof import('./inertia/components/OrganizationEditCard.vue')['default']
OrganizationSelect: typeof import('./inertia/components/OrganizationSelect.vue')['default']
OrganizationuserInvitesCard: typeof import('./inertia/components/OrganizationuserInvitesCard.vue')['default']
OrganizationUserInvitesCard: typeof import('./inertia/components/OrganizationUserInvitesCard.vue')['default']
OrganizationUsersCard: typeof import('./inertia/components/OrganizationUsersCard.vue')['default']
Select: typeof import('./inertia/components/ui/select/Select.vue')['default']
SelectContent: typeof import('./inertia/components/ui/select/SelectContent.vue')['default']
SelectGroup: typeof import('./inertia/components/ui/select/SelectGroup.vue')['default']
SelectItem: typeof import('./inertia/components/ui/select/SelectItem.vue')['default']
SelectItemText: typeof import('./inertia/components/ui/select/SelectItemText.vue')['default']
SelectLabel: typeof import('./inertia/components/ui/select/SelectLabel.vue')['default']
SelectScrollDownButton: typeof import('./inertia/components/ui/select/SelectScrollDownButton.vue')['default']
SelectScrollUpButton: typeof import('./inertia/components/ui/select/SelectScrollUpButton.vue')['default']
SelectSeparator: typeof import('./inertia/components/ui/select/SelectSeparator.vue')['default']
SelectTrigger: typeof import('./inertia/components/ui/select/SelectTrigger.vue')['default']
SelectValue: typeof import('./inertia/components/ui/select/SelectValue.vue')['default']
SettingsShell: typeof import('./inertia/components/SettingsShell.vue')['default']
Sheet: typeof import('./inertia/components/ui/sheet/Sheet.vue')['default']
SheetClose: typeof import('./inertia/components/ui/sheet/SheetClose.vue')['default']
SheetContent: typeof import('./inertia/components/ui/sheet/SheetContent.vue')['default']
SheetDescription: typeof import('./inertia/components/ui/sheet/SheetDescription.vue')['default']
SheetFooter: typeof import('./inertia/components/ui/sheet/SheetFooter.vue')['default']
SheetHeader: typeof import('./inertia/components/ui/sheet/SheetHeader.vue')['default']
SheetTitle: typeof import('./inertia/components/ui/sheet/SheetTitle.vue')['default']
SheetTrigger: typeof import('./inertia/components/ui/sheet/SheetTrigger.vue')['default']
Sonner: typeof import('./inertia/components/ui/sonner/Sonner.vue')['default']
SortableLessons: typeof import('./inertia/components/SortableLessons.vue')['default']
SortableModules: typeof import('./inertia/components/SortableModules.vue')['default']
SortableResourceItem: typeof import('./inertia/components/SortableResourceItem.vue')['default']
Table: typeof import('./inertia/components/ui/table/Table.vue')['default']
TableBody: typeof import('./inertia/components/ui/table/TableBody.vue')['default']
TableCaption: typeof import('./inertia/components/ui/table/TableCaption.vue')['default']
TableCell: typeof import('./inertia/components/ui/table/TableCell.vue')['default']
TableEmpty: typeof import('./inertia/components/ui/table/TableEmpty.vue')['default']
TableFooter: typeof import('./inertia/components/ui/table/TableFooter.vue')['default']
TableHead: typeof import('./inertia/components/ui/table/TableHead.vue')['default']
TableHeader: typeof import('./inertia/components/ui/table/TableHeader.vue')['default']
TableRow: typeof import('./inertia/components/ui/table/TableRow.vue')['default']
TagSelector: typeof import('./inertia/components/TagSelector.vue')['default']
ToastManager: typeof import('./inertia/components/ToastManager.vue')['default']
}
}