|
| 1 | +/* eslint-disable */ |
| 2 | +/* prettier-ignore */ |
| 3 | +// @ts-nocheck |
| 4 | +// Generated by unplugin-vue-components |
| 5 | +// Read more: https://github.com/vuejs/core/pull/3399 |
| 6 | +export {} |
| 7 | + |
| 8 | +declare module 'vue' { |
| 9 | + export interface GlobalComponents { |
| 10 | + CommandPalette: typeof import('./src/components/navigation/Command-Palette/CommandPalette.vue')['default'] |
| 11 | + CommandPaletteGroup: typeof import('./src/components/navigation/Command-Palette/CommandPaletteGroup.vue')['default'] |
| 12 | + RouteLocationRaw: typeof import('vue-router')['RouteLocationRaw'] |
| 13 | + RouterLink: typeof import('vue-router')['RouterLink'] |
| 14 | + RouterView: typeof import('vue-router')['RouterView'] |
| 15 | + UAccordion: typeof import('./src/components/elements/Accordion/UAccordion.vue')['default'] |
| 16 | + UAlert: typeof import('./src/components/elements/Alert/UAlert.vue')['default'] |
| 17 | + UAvatar: typeof import('./src/components/elements/Avatar/UAvatar.vue')['default'] |
| 18 | + UAvatarGroup: typeof import('./src/components/elements/Avatar/UAvatarGroup.vue')['default'] |
| 19 | + UBadge: typeof import('./src/components/elements/Badge/UBadge.vue')['default'] |
| 20 | + UButton: typeof import('./src/components/elements/Button/UButton.vue')['default'] |
| 21 | + UButtonGroup: typeof import('./src/components/elements/Button/UButtonGroup.vue')['default'] |
| 22 | + UCard: typeof import('./src/components/layouts/Card/UCard.vue')['default'] |
| 23 | + UCheckbox: typeof import('./src/components/forms/Checkbox/UCheckbox.vue')['default'] |
| 24 | + UContainer: typeof import('./src/components/layouts/Container/UContainer.vue')['default'] |
| 25 | + UContextMenu: typeof import('./src/components/overlays/ContextMenu/UContextMenu.vue')['default'] |
| 26 | + UDropdown: typeof import('./src/components/elements/Dropdown/UDropdown.vue')['default'] |
| 27 | + UFormGroup: typeof import('./src/components/forms/FormGroup/UFormGroup.vue')['default'] |
| 28 | + UIcon: typeof import('./src/components/elements/Icon/UIcon.vue')['default'] |
| 29 | + UInput: typeof import('./src/components/forms/Input/UInput.vue')['default'] |
| 30 | + UKbd: typeof import('./src/components/elements/Kbd/UKbd.vue')['default'] |
| 31 | + ULink: typeof import('./src/components/elements/Link/ULink.vue')['default'] |
| 32 | + UModal: typeof import('./src/components/overlays/Modal/UModal.vue')['default'] |
| 33 | + UNotification: typeof import('./src/components/overlays/Notification/UNotification.vue')['default'] |
| 34 | + UNotifications: typeof import('./src/components/overlays/Notification/UNotifications.vue')['default'] |
| 35 | + UPagination: typeof import('./src/components/navigation/Pagination/UPagination.vue')['default'] |
| 36 | + UPopover: typeof import('./src/components/overlays/Popover/UPopover.vue')['default'] |
| 37 | + URadio: typeof import('./src/components/forms/Radio/URadio.vue')['default'] |
| 38 | + URange: typeof import('./src/components/forms/Range/URange.vue')['default'] |
| 39 | + USelect: typeof import('./src/components/forms/Select/USelect.vue')['default'] |
| 40 | + USelectMenu: typeof import('./src/components/forms/SelectMenu/USelectMenu.vue')['default'] |
| 41 | + USkeleton: typeof import('./src/components/layouts/Skeleton/USkeleton.vue')['default'] |
| 42 | + USlideover: typeof import('./src/components/overlays/Slideover/USlideover.vue')['default'] |
| 43 | + UTable: typeof import('./src/components/data/Table/UTable.vue')['default'] |
| 44 | + UTabs: typeof import('./src/components/navigation/Tabs/UTabs.vue')['default'] |
| 45 | + UTextarea: typeof import('./src/components/forms/Textarea/UTextarea.vue')['default'] |
| 46 | + UToggle: typeof import('./src/components/forms/Toggle/UToggle.vue')['default'] |
| 47 | + UTooltip: typeof import('./src/components/overlays/Tooltip/UTooltip.vue')['default'] |
| 48 | + UVerticalNavigation: typeof import('./src/components/navigation/VerticalNavigation/UVerticalNavigation.vue')['default'] |
| 49 | + } |
| 50 | +} |
0 commit comments