29 lines
1.5 KiB
TypeScript
29 lines
1.5 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AppHeader: typeof import('./src/components/Layouts/AppHeader.vue')['default']
|
|
AppSidebar: typeof import('./src/components/Layouts/AppSidebar.vue')['default']
|
|
BillingIcon: typeof import('./src/components/Icons/BillingIcon.vue')['default']
|
|
CreateSiteModal: typeof import('./src/components/Sites/CreateSiteModal.vue')['default']
|
|
DesktopLayout: typeof import('./src/components/Layouts/DesktopLayout.vue')['default']
|
|
EmptyState: typeof import('./src/components/Common/EmptyState.vue')['default']
|
|
InvoiceList: typeof import('./src/components/Billing/InvoiceList.vue')['default']
|
|
LayoutHeader: typeof import('./src/components/Common/LayoutHeader.vue')['default']
|
|
PortalLogo: typeof import('./src/components/Icons/PortalLogo.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SettingsIcon: typeof import('./src/components/Icons/SettingsIcon.vue')['default']
|
|
SidebarLink: typeof import('./src/components/Common/SidebarLink.vue')['default']
|
|
SiteCard: typeof import('./src/components/Sites/SiteCard.vue')['default']
|
|
SitesIcon: typeof import('./src/components/Icons/SitesIcon.vue')['default']
|
|
SubscriptionCard: typeof import('./src/components/Billing/SubscriptionCard.vue')['default']
|
|
}
|
|
}
|