You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
TypeScript
29 lines
1.3 KiB
TypeScript
3 years ago
|
// generated by unplugin-vue-components
|
||
|
// We suggest you to commit this file into source control
|
||
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
||
|
|
||
|
declare module 'vue' {
|
||
|
export interface GlobalComponents {
|
||
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
||
|
ElButton: typeof import('element-plus/es')['ElButton']
|
||
|
ElCard: typeof import('element-plus/es')['ElCard']
|
||
|
ElCol: typeof import('element-plus/es')['ElCol']
|
||
|
ElForm: typeof import('element-plus/es')['ElForm']
|
||
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
||
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
||
|
ElImage: typeof import('element-plus/es')['ElImage']
|
||
|
ElInput: typeof import('element-plus/es')['ElInput']
|
||
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
||
|
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
|
||
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
||
|
ElRow: typeof import('element-plus/es')['ElRow']
|
||
|
ElTag: typeof import('element-plus/es')['ElTag']
|
||
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
||
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
||
|
Footer: typeof import('./src/components/Footer.vue')['default']
|
||
|
TopNavBar: typeof import('./src/components/TopNavBar.vue')['default']
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export { }
|