12345678910111213141516171819202122232425262728293031323334353637 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {};
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- ElButton: typeof import('element-plus/es')['ElButton'];
- ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'];
- ElDatePicker: typeof import('element-plus/es')['ElDatePicker'];
- ElDialog: typeof import('element-plus/es')['ElDialog'];
- ElForm: typeof import('element-plus/es')['ElForm'];
- ElFormItem: typeof import('element-plus/es')['ElFormItem'];
- ElIcon: typeof import('element-plus/es')['ElIcon'];
- ElInput: typeof import('element-plus/es')['ElInput'];
- ElOption: typeof import('element-plus/es')['ElOption'];
- ElResult: typeof import('element-plus/es')['ElResult'];
- ElSelect: typeof import('element-plus/es')['ElSelect'];
- ElUpload: typeof import('element-plus/es')['ElUpload'];
- FileUpload: typeof import('./src/components/file-upload/index.vue')['default'];
- Footer: typeof import('./src/components/footer/index.vue')['default'];
- ImportDialog: typeof import('./src/components/import-dialog/index.vue')['default'];
- RouterLink: typeof import('vue-router')['RouterLink'];
- RouterView: typeof import('vue-router')['RouterView'];
- SelectExam: typeof import('./src/components/select-exam/index.vue')['default'];
- SelectRangeDatetime: typeof import('./src/components/select-range-datetime/index.vue')['default'];
- SelectRangeTime: typeof import('./src/components/select-range-time/index.vue')['default'];
- SelectTask: typeof import('./src/components/select-task/index.vue')['default'];
- SelectTeaching: typeof import('./src/components/select-teaching/index.vue')['default'];
- SvgIcon: typeof import('./src/components/svg-icon/index.vue')['default'];
- UploadButton: typeof import('./src/components/upload-button/index.vue')['default'];
- }
- }
|