2023-02-26 16:45:43 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
/* prettier-ignore */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
import '@vue/runtime-core'
|
|
|
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
declare module '@vue/runtime-core' {
|
|
|
|
export interface GlobalComponents {
|
|
|
|
AButton: typeof import('@arco-design/web-vue')['Button']
|
2023-02-26 20:50:50 +08:00
|
|
|
ACol: typeof import('@arco-design/web-vue')['Col']
|
|
|
|
AInput: typeof import('@arco-design/web-vue')['Input']
|
2023-02-26 16:45:43 +08:00
|
|
|
AInputSearch: typeof import('@arco-design/web-vue')['InputSearch']
|
2023-02-26 20:50:50 +08:00
|
|
|
ALink: typeof import('@arco-design/web-vue')['Link']
|
|
|
|
AMenu: typeof import('@arco-design/web-vue')['Menu']
|
|
|
|
AMenuItem: typeof import('@arco-design/web-vue')['MenuItem']
|
|
|
|
ARow: typeof import('@arco-design/web-vue')['Row']
|
|
|
|
ASpace: typeof import('@arco-design/web-vue')['Space']
|
|
|
|
ASubMenu: typeof import('@arco-design/web-vue')['SubMenu']
|
2023-02-26 16:45:43 +08:00
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
|
|
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
|
|
|
|
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
|
|
|
|
IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
|
|
|
|
IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
|
|
|
|
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
|
|
|
|
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
|
|
|
}
|
|
|
|
}
|