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.
24 lines
1.1 KiB
24 lines
1.1 KiB
/* 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 {
|
|
AiDemo: typeof import('./src/components/AiDemo/index.vue')['default']
|
|
ClientOnly: typeof import('./../../internal/x/components/ClientOnly.vue')['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']
|
|
MazBtn: typeof import('maz-ui/components/MazBtn')['default']
|
|
QuillEditor: typeof import('./src/components/QuillEditor/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SimpleTest: typeof import('./src/components/SimpleTest.vue')['default']
|
|
ThemeDemo: typeof import('./src/components/ThemeDemo.vue')['default']
|
|
VueNodeRenderer: typeof import('./src/components/AiDemo/_/VueNodeRenderer.vue')['default']
|
|
}
|
|
}
|
|
|