-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
23 lines (22 loc) · 1.05 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 */
/* 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('ant-design-vue/es')['Button']
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
ADivider: typeof import('ant-design-vue/es')['Divider']
AModal: typeof import('ant-design-vue/es')['Modal']
ApiTest: typeof import('./src/components/ApiTest.vue')['default']
AppContainter: typeof import('./src/components/Layout/AppContainter.vue')['default']
BlankLayout: typeof import('./src/components/Layout/BlankLayout.vue')['default']
ExclamationCircleOutlined: typeof import('@ant-design/icons-vue')['ExclamationCircleOutlined']
Home: typeof import('./src/components/Home.vue')['default']
ModalTheme: typeof import('./src/components/ModalTheme.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}