-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
56 lines (54 loc) · 3.89 KB
/
components.d.ts
File metadata and controls
56 lines (54 loc) · 3.89 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
// generated by vite-plugin-components
// read more https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
Button: typeof import('./src/components/ui/Button.vue')['default']
CarbonAdd: typeof import('virtual:vite-icons/carbon/add')['default']
CarbonCheckmark: typeof import('virtual:vite-icons/carbon/checkmark')['default']
CarbonChevronDown: typeof import('virtual:vite-icons/carbon/chevron-down')['default']
CarbonClose: typeof import('virtual:vite-icons/carbon/close')['default']
CarbonDelete: typeof import('virtual:vite-icons/carbon/delete')['default']
CarbonDevices: typeof import('virtual:vite-icons/carbon/devices')['default']
CarbonDownload: typeof import('virtual:vite-icons/carbon/download')['default']
CarbonIdea: typeof import('virtual:vite-icons/carbon/idea')['default']
CarbonLink: typeof import('virtual:vite-icons/carbon/link')['default']
CarbonMoon: typeof import('virtual:vite-icons/carbon/moon')['default']
CarbonSearch: typeof import('virtual:vite-icons/carbon/search')['default']
CarbonSettings: typeof import('virtual:vite-icons/carbon/settings')['default']
CarbonSun: typeof import('virtual:vite-icons/carbon/sun')['default']
Console: typeof import('./src/components/playground/Console.vue')['default']
Container: typeof import('./src/components/ui/Container.vue')['default']
DeviceEmulation: typeof import('./src/components/playground/DeviceEmulation.vue')['default']
Dialog: typeof import('@headlessui/vue')['Dialog']
DialogOverlay: typeof import('@headlessui/vue')['DialogOverlay']
Editor: typeof import('./src/components/playground/Editor.vue')['default']
EditorSettings: typeof import('./src/components/settings/EditorSettings.vue')['default']
InstallSettings: typeof import('./src/components/settings/InstallSettings.vue')['default']
Listbox: typeof import('@headlessui/vue')['Listbox']
ListboxButton: typeof import('@headlessui/vue')['ListboxButton']
ListboxOption: typeof import('@headlessui/vue')['ListboxOption']
ListboxOptions: typeof import('@headlessui/vue')['ListboxOptions']
LogosVue: typeof import('virtual:vite-icons/logos/vue')['default']
ManuallyInstallPackage: typeof import('./src/components/settings/ManuallyInstallPackage.vue')['default']
MdiPackageVariant: typeof import('virtual:vite-icons/mdi/package-variant')['default']
MdiPackageVariantClosed: typeof import('virtual:vite-icons/mdi/package-variant-closed')['default']
Message: typeof import('./src/components/playground/Message.vue')['default']
Navigation: typeof import('./src/components/ui/Navigation.vue')['default']
PackageItem: typeof import('./src/components/settings/PackageItem.vue')['default']
PackagesSettings: typeof import('./src/components/settings/PackagesSettings.vue')['default']
PackageVersion: typeof import('./src/components/settings/PackageVersion.vue')['default']
Playground: typeof import('./src/components/playground/Playground.vue')['default']
Preview: typeof import('./src/components/playground/Preview.vue')['default']
Select: typeof import('./src/components/ui/Select.vue')['default']
SelectItem: typeof import('./src/components/ui/SelectItem.vue')['default']
Settings: typeof import('./src/components/settings/Settings.vue')['default']
SettingsTab: typeof import('./src/components/settings/SettingsTab.vue')['default']
Tab: typeof import('./src/components/playground/Tab.vue')['default']
TabBar: typeof import('./src/components/playground/TabBar.vue')['default']
TemplatePanel: typeof import('./src/components/templates/TemplatePanel.vue')['default']
Templates: typeof import('./src/components/templates/Templates.vue')['default']
Textfield: typeof import('./src/components/ui/Textfield.vue')['default']
WindiCSSSettings: typeof import('./src/components/settings/WindiCSSSettings.vue')['default']
}
}
export { }