21 lines
1012 B
TypeScript
21 lines
1012 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by vite-plugin-uni-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AmbientBackground: typeof import('./src/components/c-end/AmbientBackground.vue')['default']
|
|
AppFloatingTabbar: typeof import('./src/components/layout/AppFloatingTabbar.vue')['default']
|
|
AppNavbar: typeof import('./src/components/layout/AppNavbar.vue')['default']
|
|
AppPageShell: typeof import('./src/components/layout/AppPageShell.vue')['default']
|
|
ArtMenuGroup: typeof import('./src/components/c-end/ArtMenuGroup.vue')['default']
|
|
ArtMenuItem: typeof import('./src/components/c-end/ArtMenuItem.vue')['default']
|
|
ArtSearchBar: typeof import('./src/components/c-end/ArtSearchBar.vue')['default']
|
|
PostCard: typeof import('./src/components/c-end/PostCard.vue')['default']
|
|
ProfileHero: typeof import('./src/components/c-end/ProfileHero.vue')['default']
|
|
}
|
|
}
|