78 lines
3.9 KiB
TypeScript
78 lines
3.9 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore lint: disable
|
|
// oxlint-disable
|
|
// ------
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
import { GlobalComponents } from 'vue'
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
IonApp: typeof import('@ionic/vue')['IonApp']
|
|
IonAvatar: typeof import('@ionic/vue')['IonAvatar']
|
|
IonBackButton: typeof import('@ionic/vue')['IonBackButton']
|
|
IonButton: typeof import('@ionic/vue')['IonButton']
|
|
IonButtons: typeof import('@ionic/vue')['IonButtons']
|
|
IonCard: typeof import('@ionic/vue')['IonCard']
|
|
IonCardContent: typeof import('@ionic/vue')['IonCardContent']
|
|
IonCardHeader: typeof import('@ionic/vue')['IonCardHeader']
|
|
IonCardSubtitle: typeof import('@ionic/vue')['IonCardSubtitle']
|
|
IonCardTitle: typeof import('@ionic/vue')['IonCardTitle']
|
|
IonContent: typeof import('@ionic/vue')['IonContent']
|
|
IonHeader: typeof import('@ionic/vue')['IonHeader']
|
|
IonIcon: typeof import('@ionic/vue')['IonIcon']
|
|
IonInputOtp: typeof import('@ionic/vue')['IonInputOtp']
|
|
IonLabel: typeof import('@ionic/vue')['IonLabel']
|
|
IonPage: typeof import('@ionic/vue')['IonPage']
|
|
IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet']
|
|
IonTabBar: typeof import('@ionic/vue')['IonTabBar']
|
|
IonTabButton: typeof import('@ionic/vue')['IonTabButton']
|
|
IonTabs: typeof import('@ionic/vue')['IonTabs']
|
|
IonText: typeof import('@ionic/vue')['IonText']
|
|
IonTitle: typeof import('@ionic/vue')['IonTitle']
|
|
IonToolbar: typeof import('@ionic/vue')['IonToolbar']
|
|
LayoutDefault: typeof import('./src/components/layout/default.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
UiDivider: typeof import('./src/components/ui/divider/index.vue')['default']
|
|
UiInput: typeof import('./src/components/ui/input/index.vue')['default']
|
|
UiInputLabel: typeof import('./src/components/ui/input-label/index.vue')['default']
|
|
}
|
|
}
|
|
|
|
// For TSX support
|
|
declare global {
|
|
const IonApp: typeof import('@ionic/vue')['IonApp']
|
|
const IonAvatar: typeof import('@ionic/vue')['IonAvatar']
|
|
const IonBackButton: typeof import('@ionic/vue')['IonBackButton']
|
|
const IonButton: typeof import('@ionic/vue')['IonButton']
|
|
const IonButtons: typeof import('@ionic/vue')['IonButtons']
|
|
const IonCard: typeof import('@ionic/vue')['IonCard']
|
|
const IonCardContent: typeof import('@ionic/vue')['IonCardContent']
|
|
const IonCardHeader: typeof import('@ionic/vue')['IonCardHeader']
|
|
const IonCardSubtitle: typeof import('@ionic/vue')['IonCardSubtitle']
|
|
const IonCardTitle: typeof import('@ionic/vue')['IonCardTitle']
|
|
const IonContent: typeof import('@ionic/vue')['IonContent']
|
|
const IonHeader: typeof import('@ionic/vue')['IonHeader']
|
|
const IonIcon: typeof import('@ionic/vue')['IonIcon']
|
|
const IonInputOtp: typeof import('@ionic/vue')['IonInputOtp']
|
|
const IonLabel: typeof import('@ionic/vue')['IonLabel']
|
|
const IonPage: typeof import('@ionic/vue')['IonPage']
|
|
const IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet']
|
|
const IonTabBar: typeof import('@ionic/vue')['IonTabBar']
|
|
const IonTabButton: typeof import('@ionic/vue')['IonTabButton']
|
|
const IonTabs: typeof import('@ionic/vue')['IonTabs']
|
|
const IonText: typeof import('@ionic/vue')['IonText']
|
|
const IonTitle: typeof import('@ionic/vue')['IonTitle']
|
|
const IonToolbar: typeof import('@ionic/vue')['IonToolbar']
|
|
const LayoutDefault: typeof import('./src/components/layout/default.vue')['default']
|
|
const RouterLink: typeof import('vue-router')['RouterLink']
|
|
const RouterView: typeof import('vue-router')['RouterView']
|
|
const UiDivider: typeof import('./src/components/ui/divider/index.vue')['default']
|
|
const UiInput: typeof import('./src/components/ui/input/index.vue')['default']
|
|
const UiInputLabel: typeof import('./src/components/ui/input-label/index.vue')['default']
|
|
} |