-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
37 lines (35 loc) · 2.21 KB
/
Copy pathcomponents.d.ts
File metadata and controls
37 lines (35 loc) · 2.21 KB
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
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AlertDialog: typeof import('./components/ui/alert-dialog/AlertDialog.vue')['default']
AlertDialogAction: typeof import('./components/ui/alert-dialog/AlertDialogAction.vue')['default']
AlertDialogCancel: typeof import('./components/ui/alert-dialog/AlertDialogCancel.vue')['default']
AlertDialogContent: typeof import('./components/ui/alert-dialog/AlertDialogContent.vue')['default']
AlertDialogDescription: typeof import('./components/ui/alert-dialog/AlertDialogDescription.vue')['default']
AlertDialogFooter: typeof import('./components/ui/alert-dialog/AlertDialogFooter.vue')['default']
AlertDialogHeader: typeof import('./components/ui/alert-dialog/AlertDialogHeader.vue')['default']
AlertDialogTitle: typeof import('./components/ui/alert-dialog/AlertDialogTitle.vue')['default']
AlertDialogTrigger: typeof import('./components/ui/alert-dialog/AlertDialogTrigger.vue')['default']
Button: typeof import('./components/ui/button/Button.vue')['default']
FeatureItem: typeof import('./components/FeatureItem.vue')['default']
Input: typeof import('./components/ui/input/Input.vue')['default']
IntlSearchAlert: typeof import('./components/IntlSearchAlert.vue')['default']
Label: typeof import('./components/ui/label/Label.vue')['default']
LocaleSelect: typeof import('./components/LocaleSelect.vue')['default']
NativeSelect: typeof import('./components/ui/native-select/NativeSelect.vue')['default']
NativeSelectOptGroup: typeof import('./components/ui/native-select/NativeSelectOptGroup.vue')['default']
NativeSelectOption: typeof import('./components/ui/native-select/NativeSelectOption.vue')['default']
PopupFooter: typeof import('./components/PopupFooter.vue')['default']
PopupHeader: typeof import('./components/PopupHeader.vue')['default']
Spinner: typeof import('./components/ui/spinner/Spinner.vue')['default']
Switch: typeof import('./components/ui/switch/Switch.vue')['default']
}
}