mirror of
https://github.com/amir20/dozzle.git
synced 2026-08-07 11:04:45 +00:00
48f04a0a7d
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
29 lines
1.3 KiB
TypeScript
29 lines
1.3 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
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
BuyMeCoffee: typeof import('./.vitepress/theme/components/BuyMeCoffee.vue')['default']
|
|
Counter: typeof import('./.vitepress/theme/components/Counter.vue')['default']
|
|
FinalCta: typeof import('./.vitepress/theme/components/FinalCta.vue')['default']
|
|
HeroTrust: typeof import('./.vitepress/theme/components/HeroTrust.vue')['default']
|
|
HeroVideo: typeof import('./.vitepress/theme/components/HeroVideo.vue')['default']
|
|
InstallCommand: typeof import('./.vitepress/theme/components/InstallCommand.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SponsoredBy: typeof import('./.vitepress/theme/components/SponsoredBy.vue')['default']
|
|
Stats: typeof import('./.vitepress/theme/components/Stats.vue')['default']
|
|
Supported: typeof import('./.vitepress/theme/components/Supported.vue')['default']
|
|
Testimonials: typeof import('./.vitepress/theme/components/Testimonials.vue')['default']
|
|
WhyDozzle: typeof import('./.vitepress/theme/components/WhyDozzle.vue')['default']
|
|
}
|
|
}
|