You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
638 B
17 lines
638 B
/* 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 {
|
|
ClientOnly: typeof import('./src/components/ClientOnly.tsx')['default']
|
|
CookieDemo: typeof import('./src/components/CookieDemo.vue')['default']
|
|
DataFetch: typeof import('./src/components/DataFetch.vue')['default']
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
SimpleTest: typeof import('./src/components/SimpleTest.vue')['default']
|
|
}
|
|
}
|
|
|