-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
22 lines (21 loc) · 901 Bytes
/
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
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AButton: typeof import('@arco-design/web-vue')['Button']
AModal: typeof import('@arco-design/web-vue')['Modal']
ASwitch: typeof import('@arco-design/web-vue')['Switch']
Footer: typeof import('./src/components/footer.vue')['default']
Header: typeof import('./src/components/header.vue')['default']
Layout: typeof import('./src/components/layout.vue')['default']
Loading: typeof import('./src/components/Loading/Loading.vue')['default']
Nav: typeof import('./src/components/nav.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}