components.d.ts 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. import '@vue/runtime-core'
  7. export {};
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. ElButton: typeof import('element-plus/es')['ElButton'];
  11. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'];
  12. ElDatePicker: typeof import('element-plus/es')['ElDatePicker'];
  13. ElDialog: typeof import('element-plus/es')['ElDialog'];
  14. ElForm: typeof import('element-plus/es')['ElForm'];
  15. ElFormItem: typeof import('element-plus/es')['ElFormItem'];
  16. ElIcon: typeof import('element-plus/es')['ElIcon'];
  17. ElInput: typeof import('element-plus/es')['ElInput'];
  18. ElOption: typeof import('element-plus/es')['ElOption'];
  19. ElResult: typeof import('element-plus/es')['ElResult'];
  20. ElSelect: typeof import('element-plus/es')['ElSelect'];
  21. ElUpload: typeof import('element-plus/es')['ElUpload'];
  22. FileUpload: typeof import('./src/components/file-upload/index.vue')['default'];
  23. Footer: typeof import('./src/components/footer/index.vue')['default'];
  24. ImportDialog: typeof import('./src/components/import-dialog/index.vue')['default'];
  25. RouterLink: typeof import('vue-router')['RouterLink'];
  26. RouterView: typeof import('vue-router')['RouterView'];
  27. SelectExam: typeof import('./src/components/select-exam/index.vue')['default'];
  28. SelectRangeDatetime: typeof import('./src/components/select-range-datetime/index.vue')['default'];
  29. SelectRangeTime: typeof import('./src/components/select-range-time/index.vue')['default'];
  30. SelectTask: typeof import('./src/components/select-task/index.vue')['default'];
  31. SelectTeaching: typeof import('./src/components/select-teaching/index.vue')['default'];
  32. SvgIcon: typeof import('./src/components/svg-icon/index.vue')['default'];
  33. UploadButton: typeof import('./src/components/upload-button/index.vue')['default'];
  34. }
  35. }