-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
23 lines (22 loc) · 1.08 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ACard: typeof import('@arco-design/web-vue')['Card']
ACol: typeof import('@arco-design/web-vue')['Col']
AList: typeof import('@arco-design/web-vue')['List']
AListItem: typeof import('@arco-design/web-vue')['ListItem']
Archive: typeof import('./.vitepress/theme/components/Archive.vue')['default']
ArchiveSummary: typeof import('./.vitepress/theme/components/ArchiveSummary.vue')['default']
ARow: typeof import('@arco-design/web-vue')['Row']
ArticleMetadata: typeof import('./.vitepress/theme/components/ArticleMetadata.vue')['default']
ATag: typeof import('@arco-design/web-vue')['Tag']
HomeContent: typeof import('./.vitepress/theme/components/HomeContent.vue')['default']
Tag: typeof import('./.vitepress/theme/components/Tag.vue')['default']
WordCloud: typeof import('./.vitepress/theme/components/WordCloud.vue')['default']
}
}