Files
han-ai-robot-frontend-vue3/components.d.ts

21 lines
629 B
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 {
AButton: typeof import('ant-design-vue/es')['Button']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
StreamMarkdownRender: typeof import('./src/components/StreamMarkdownRender.vue')['default']
SvgIcon: typeof import('./src/components/SvgIcon.vue')['default']
}
}