-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
21 lines (20 loc) · 834 Bytes
/
components.d.ts
File metadata and controls
21 lines (20 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AButton: typeof import('@arco-design/web-vue')['Button']
AComment: typeof import('@arco-design/web-vue')['Comment']
ADatePicker: typeof import('@arco-design/web-vue')['DatePicker']
ADrawer: typeof import('@arco-design/web-vue')['Drawer']
AEmpty: typeof import('@arco-design/web-vue')['Empty']
AModal: typeof import('@arco-design/web-vue')['Modal']
ASpace: typeof import('@arco-design/web-vue')['Space']
ASpin: typeof import('@arco-design/web-vue')['Spin']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}