2024-09-14 00:10:40 +10:00
|
|
|
/* eslint-disable */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
declare module 'vue' {
|
|
|
|
export interface GlobalComponents {
|
2024-09-15 00:59:18 +10:00
|
|
|
ChipTag: typeof import('./src/components/ChipTag.vue')['default']
|
|
|
|
DiscordLogo: typeof import('./src/components/DiscordLogo.vue')['default']
|
2024-09-14 00:10:40 +10:00
|
|
|
FlowinityLogo: typeof import('./src/components/FlowinityLogo.vue')['default']
|
2024-09-15 00:59:18 +10:00
|
|
|
FlowinityWordmark: typeof import('./src/components/FlowinityWordmark.vue')['default']
|
2024-09-14 00:10:40 +10:00
|
|
|
Header: typeof import('./src/components/Header.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
}
|
|
|
|
}
|