17 lines
572 B
TypeScript
17 lines
572 B
TypeScript
|
/* 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 {
|
||
|
FlowinityLogo: typeof import('./src/components/FlowinityLogo.vue')['default']
|
||
|
Header: typeof import('./src/components/Header.vue')['default']
|
||
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
||
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
}
|
||
|
}
|