components.d.ts 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/vue-next/pull/3399
  4. declare module 'vue' {
  5. export interface GlobalComponents {
  6. 404: typeof import('./src/components/Error/404.vue')['default']
  7. Avatars: typeof import('./src/components/Avatars/index.vue')['default']
  8. ComDetail: typeof import('./src/components/ComDetail/index.vue')['default']
  9. ComDialog: typeof import('./src/components/ComDialog/index.vue')['default']
  10. ComSearch: typeof import('./src/components/ComSearch/index.vue')['default']
  11. ComTable: typeof import('./src/components/ComTable/index.vue')['default']
  12. CountTo: typeof import('./src/components/CountTo/index.vue')['default']
  13. Echart: typeof import('./src/components/Echart/index.vue')['default']
  14. Editor: typeof import('./src/components/Editor/index.vue')['default']
  15. ElAlert: typeof import('element-plus/es')['ElAlert']
  16. ElAvatar: typeof import('element-plus/es')['ElAvatar']
  17. ElBacktop: typeof import('element-plus/es')['ElBacktop']
  18. ElButton: typeof import('element-plus/es')['ElButton']
  19. ElCard: typeof import('element-plus/es')['ElCard']
  20. ElCol: typeof import('element-plus/es')['ElCol']
  21. ElCollapseTransition: typeof import('element-plus/es')['ElCollapseTransition']
  22. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  23. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  24. ElDialog: typeof import('element-plus/es')['ElDialog']
  25. ElDrawer: typeof import('element-plus/es')['ElDrawer']
  26. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  27. ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
  28. ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
  29. ElForm: typeof import('element-plus/es')['ElForm']
  30. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  31. ElInput: typeof import('element-plus/es')['ElInput']
  32. ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
  33. ElMenu: typeof import('element-plus/es')['ElMenu']
  34. ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
  35. ElOption: typeof import('element-plus/es')['ElOption']
  36. ElPagination: typeof import('element-plus/es')['ElPagination']
  37. ElRadio: typeof import('element-plus/es')['ElRadio']
  38. ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
  39. ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
  40. ElRow: typeof import('element-plus/es')['ElRow']
  41. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  42. ElSelect: typeof import('element-plus/es')['ElSelect']
  43. ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
  44. ElSwitch: typeof import('element-plus/es')['ElSwitch']
  45. ElTable: typeof import('element-plus/es')['ElTable']
  46. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  47. ElTabPane: typeof import('element-plus/es')['ElTabPane']
  48. ElTabs: typeof import('element-plus/es')['ElTabs']
  49. ElTag: typeof import('element-plus/es')['ElTag']
  50. ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
  51. ElTimeSelect: typeof import('element-plus/es')['ElTimeSelect']
  52. ElTooltip: typeof import('element-plus/es')['ElTooltip']
  53. ElTree: typeof import('element-plus/es')['ElTree']
  54. Loading: typeof import('element-plus/es')['ElLoadingDirective']
  55. ParentView: typeof import('./src/components/ParentView/index.vue')['default']
  56. Preview: typeof import('./src/components/Preview/index.vue')['default']
  57. Qrcode: typeof import('./src/components/Qrcode/index.vue')['default']
  58. Redirect: typeof import('./src/components/Redirect/index.vue')['default']
  59. Slot: typeof import('./src/components/ComTable/components/Slot.vue')['default']
  60. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  61. TableColumn: typeof import('./src/components/ComTable/components/TableColumn.vue')['default']
  62. }
  63. }
  64. export {}