55 lines
3.0 KiB
TypeScript
55 lines
3.0 KiB
TypeScript
|
|
/* 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('ant-design-vue/es')['Button']
|
||
|
|
ACol: typeof import('ant-design-vue/es')['Col']
|
||
|
|
AInput: typeof import('ant-design-vue/es')['Input']
|
||
|
|
AMenu: typeof import('ant-design-vue/es')['Menu']
|
||
|
|
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
|
||
|
|
APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
|
||
|
|
AProgress: typeof import('ant-design-vue/es')['Progress']
|
||
|
|
ARadio: typeof import('ant-design-vue/es')['Radio']
|
||
|
|
ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
|
||
|
|
ARow: typeof import('ant-design-vue/es')['Row']
|
||
|
|
ASpin: typeof import('ant-design-vue/es')['Spin']
|
||
|
|
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
|
||
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
||
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
||
|
|
ElContainer: typeof import('element-plus/es')['ElContainer']
|
||
|
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
||
|
|
ElFooter: typeof import('element-plus/es')['ElFooter']
|
||
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
||
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
||
|
|
ElHeader: typeof import('element-plus/es')['ElHeader']
|
||
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
||
|
|
ElMain: typeof import('element-plus/es')['ElMain']
|
||
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
||
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
||
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
||
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||
|
|
Form: typeof import('./src/components/Forms/form.vue')['default']
|
||
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
||
|
|
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
|
||
|
|
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
|
||
|
|
IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
|
||
|
|
IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
|
||
|
|
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
|
||
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
|
Spin1: typeof import('./src/components/loading/spin1.vue')['default']
|
||
|
|
Table: typeof import('./src/components/vxetable/table.vue')['default']
|
||
|
|
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
|
||
|
|
Video: typeof import('./src/components/video/index.vue')['default']
|
||
|
|
VideoPlayPopup: typeof import('./src/components/custom_popup/videoPlayPopup.vue')['default']
|
||
|
|
Vuxpopup: typeof import('./src/components/custom_popup/vuxpopup.vue')['default']
|
||
|
|
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
||
|
|
}
|
||
|
|
}
|