41 lines
2.0 KiB
TypeScript
41 lines
2.0 KiB
TypeScript
/* 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 {
|
|
BackIcon: typeof import('./src/components/icon/BackIcon.vue')['default']
|
|
BaseButton: typeof import('./src/components/BaseButton.vue')['default']
|
|
BaseIcon: typeof import('./src/components/BaseIcon.vue')['default']
|
|
Close: typeof import('./src/components/icon/Close.vue')['default']
|
|
DeleteIcon: typeof import('./src/components/icon/DeleteIcon.vue')['default']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElProgress: typeof import('element-plus/es')['ElProgress']
|
|
ElRadio: typeof import('element-plus/es')['ElRadio']
|
|
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
|
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElSlider: typeof import('element-plus/es')['ElSlider']
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
ElTableV2: typeof import('element-plus/es')['ElTableV2']
|
|
Empty: typeof import('./src/components/Empty.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SlideHorizontal: typeof import('./src/components/slide/SlideHorizontal.vue')['default']
|
|
SlideItem: typeof import('./src/components/slide/SlideItem.vue')['default']
|
|
VolumeIcon: typeof import('./src/components/icon/VolumeIcon.vue')['default']
|
|
}
|
|
export interface ComponentCustomProperties {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|