-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
32 lines (30 loc) · 1.61 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
24
25
26
27
28
29
30
31
32
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core';
export {};
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb'];
ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem'];
AButton: typeof import('ant-design-vue/es')['Button'];
AdminAside: typeof import('./src/components/admin/AdminAside.vue')['default'];
ALayout: typeof import('ant-design-vue/es')['Layout'];
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent'];
ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter'];
ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader'];
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider'];
AMenu: typeof import('ant-design-vue/es')['Menu'];
AMenuItem: typeof import('ant-design-vue/es')['MenuItem'];
ASpace: typeof import('ant-design-vue/es')['Space'];
ASubMenu: typeof import('ant-design-vue/es')['SubMenu'];
ATable: typeof import('ant-design-vue/es')['Table'];
BreadCrumb: typeof import('./src/components/BreadCrumb.vue')['default'];
Header: typeof import('./src/components/Header.vue')['default'];
Main: typeof import('./src/components/Main.vue')['default'];
Nav: typeof import('./src/components/Nav.vue')['default'];
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
Table: typeof import('./src/components/Table.vue')['default'];
}
}