mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
16 lines
528 B
TypeScript
16 lines
528 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
BrowserWindow: typeof import('./.vitepress/theme/components/BrowserWindow.vue')['default']
|
|
HeroVideo: typeof import('./.vitepress/theme/components/HeroVideo.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|