components.d.ts 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. BasicForm: typeof import('./components/core/form/BasicForm.vue')['default']
  10. Cropper: typeof import('./components/avatar/cropper.vue')['default']
  11. DialogForm: typeof import('./components/core/form/DialogForm.vue')['default']
  12. DrawerForm: typeof import('./components/core/form/DrawerForm.vue')['default']
  13. ElArea: typeof import('./components/form/ElArea.vue')['default']
  14. ElCustom: typeof import('./components/form/ElCustom.vue')['default']
  15. ElDict: typeof import('./components/form/ElDict.vue')['default']
  16. ElEditor: typeof import('./components/form/ElEditor.vue')['default']
  17. ElEditTag: typeof import('./components/form/ElEditTag.vue')['default']
  18. ElEmployees: typeof import('./components/form/ElEmployees.vue')['default']
  19. ElFileUpload: typeof import('./components/form/ElFileUpload.vue')['default']
  20. ElFormCard: typeof import('./components/form/ElFormCard.vue')['default']
  21. ElFormGroup: typeof import('./components/form/ElFormGroup.vue')['default']
  22. ElFormLayout: typeof import('./components/form/ElFormLayout.vue')['default']
  23. ElFormSteps: typeof import('./components/form/ElFormSteps.vue')['default']
  24. ElFormTable: typeof import('./components/form/ElFormTable.vue')['default']
  25. ElFormTabs: typeof import('./components/form/ElFormTabs.vue')['default']
  26. ElImageUpload: typeof import('./components/form/ElImageUpload.vue')['default']
  27. ElSubForm: typeof import('./components/form/ElSubForm.vue')['default']
  28. Exception: typeof import('./components/Exception.vue')['default']
  29. FormComp: typeof import('./components/core/form/FormComp.vue')['default']
  30. GlobalAside: typeof import('./components/core/GlobalAside.vue')['default']
  31. GlobalFooter: typeof import('./components/core/GlobalFooter.vue')['default']
  32. GlobalHeader: typeof import('./components/core/GlobalHeader.vue')['default']
  33. GlobalMenu: typeof import('./components/core/GlobalMenu.vue')['default']
  34. GlobalNews: typeof import('./components/core/GlobalNews.vue')['default']
  35. GlobalSetting: typeof import('./components/core/GlobalSetting.vue')['default']
  36. GlobalSubMenu: typeof import('./components/core/GlobalSubMenu.vue')['default']
  37. GlobalTabs: typeof import('./components/core/GlobalTabs.vue')['default']
  38. OrgLayout: typeof import('./components/org/OrgLayout.vue')['default']
  39. OrgList: typeof import('./components/org/OrgList.vue')['default']
  40. PaneModel: typeof import('./components/splitpanes/PaneModel.vue')['default']
  41. ProCardList: typeof import('./components/core/ProCardList.vue')['default']
  42. ProForm: typeof import('./components/core/form/ProForm.vue')['default']
  43. ProTable: typeof import('./components/core/ProTable.vue')['default']
  44. RouterLink: typeof import('vue-router')['RouterLink']
  45. RouterView: typeof import('vue-router')['RouterView']
  46. SelIcon: typeof import('./components/SelIcon.vue')['default']
  47. SvgIcon: typeof import('./components/SvgIcon.vue')['default']
  48. }
  49. }