This commit is contained in:
18
components.d.ts
vendored
Normal file
18
components.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/* 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 {
|
||||
Close: typeof import('./src/components/ui/icons/Close.vue')['default']
|
||||
DailyHeader: typeof import('./src/components/DailyHeader.vue')['default']
|
||||
Menu: typeof import('./src/components/ui/icons/Menu.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
UiLogo: typeof import('./src/components/ui/UiLogo.vue')['default']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user