generated from antfu-collective/vitesse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
35 lines (33 loc) · 2.09 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
// generated by vite-plugin-components
// read more https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
Footer: typeof import('./src/components/Footer.vue')['default']
Header: typeof import('./src/components/Header.vue')['default']
DropdownButton: typeof import('./src/components/atoms/DropdownButton.vue')['default']
DropdownOption: typeof import('./src/components/atoms/DropdownOption.vue')['default']
DropdownOptions: typeof import('./src/components/atoms/DropdownOptions.vue')['default']
GlassPanel: typeof import('./src/components/atoms/GlassPanel.vue')['default']
MicrowaveTime: typeof import('./src/components/atoms/MicrowaveTime.vue')['default']
ScrollShadows: typeof import('./src/components/atoms/ScrollShadows.vue')['default']
StepPanel: typeof import('./src/components/atoms/StepPanel.vue')['default']
Toggle: typeof import('./src/components/atoms/Toggle.vue')['default']
Dropdown: typeof import('./src/components/molecules/Dropdown.vue')['default']
ConverterGroup: typeof import('./src/components/organisms/ConverterGroup.vue')['default']
Bolt: typeof import('./src/components/svgs/bolt.svg')['default']
ClockEight: typeof import('./src/components/svgs/clock-eight.svg')['default']
Clock: typeof import('./src/components/svgs/clock.svg')['default']
UilClockEight: typeof import('virtual:vite-icons/uil/clock-eight')['default']
ListboxLabel: typeof import('@headlessui/vue')['ListboxLabel']
UilAngleDown: typeof import('virtual:vite-icons/uil/angle-down')['default']
Listbox: typeof import('@headlessui/vue')['Listbox']
SwitchLabel: typeof import('@headlessui/vue')['SwitchLabel']
Switch: typeof import('@headlessui/vue')['Switch']
SwitchGroup: typeof import('@headlessui/vue')['SwitchGroup']
ListboxButton: typeof import('@headlessui/vue')['ListboxButton']
ListboxOptions: typeof import('@headlessui/vue')['ListboxOptions']
UilCheck: typeof import('virtual:vite-icons/uil/check')['default']
ListboxOption: typeof import('@headlessui/vue')['ListboxOption']
}
}
export { }