2024-07-22 11:11:43 +08:00
|
|
|
/* 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 {
|
|
|
|
404: typeof import('./src/components/errorMessage/404.vue')['default']
|
|
|
|
500: typeof import('./src/components/errorMessage/500.vue')['default']
|
|
|
|
AButton: typeof import('ant-design-vue/es')['Button']
|
2024-08-05 16:43:08 +08:00
|
|
|
ACascader: typeof import('ant-design-vue/es')['Cascader']
|
2024-07-22 11:11:43 +08:00
|
|
|
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
2024-08-06 18:05:24 +08:00
|
|
|
ADivider: typeof import('ant-design-vue/es')['Divider']
|
2024-07-25 11:40:37 +08:00
|
|
|
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
2024-07-22 11:11:43 +08:00
|
|
|
AForm: typeof import('ant-design-vue/es')['Form']
|
|
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
|
|
|
AImage: typeof import('ant-design-vue/es')['Image']
|
|
|
|
AInput: typeof import('ant-design-vue/es')['Input']
|
|
|
|
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
|
2024-08-06 18:05:24 +08:00
|
|
|
ALayout: typeof import('ant-design-vue/es')['Layout']
|
|
|
|
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
|
|
|
|
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
|
2024-07-25 11:40:37 +08:00
|
|
|
AMenu: typeof import('ant-design-vue/es')['Menu']
|
|
|
|
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
|
|
|
|
ASegmented: typeof import('ant-design-vue/es')['Segmented']
|
2024-08-06 18:05:24 +08:00
|
|
|
ASpace: typeof import('ant-design-vue/es')['Space']
|
2024-07-22 11:11:43 +08:00
|
|
|
ASpin: typeof import('ant-design-vue/es')['Spin']
|
2024-07-25 11:40:37 +08:00
|
|
|
AStatistic: typeof import('ant-design-vue/es')['Statistic']
|
2024-07-22 11:11:43 +08:00
|
|
|
ATimeline: typeof import('ant-design-vue/es')['Timeline']
|
|
|
|
ATimelineItem: typeof import('ant-design-vue/es')['TimelineItem']
|
|
|
|
ATree: typeof import('ant-design-vue/es')['Tree']
|
|
|
|
ATreeSelect: typeof import('ant-design-vue/es')['TreeSelect']
|
|
|
|
CodemirrorPro: typeof import('./src/components/codemirror/CodemirrorPro.vue')['default']
|
|
|
|
Digitalscroll: typeof import('./src/components/index/digitalscroll.vue')['default']
|
|
|
|
Eldrawertransition: typeof import('./src/components/eldrawertransition.vue')['default']
|
|
|
|
FormPro: typeof import('./src/components/form/FormPro.vue')['default']
|
|
|
|
FullScreenContainer: typeof import('./src/components/fullScreenContainer.vue')['default']
|
|
|
|
IconFont: typeof import('./src/components/iconfont/IconFont.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
SelectIcon: typeof import('./src/components/selecticon/SelectIcon.vue')['default']
|
|
|
|
TablePro: typeof import('./src/components/table/TablePro.vue')['default']
|
|
|
|
}
|
|
|
|
}
|