components.d.ts 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. Amap: typeof import('./components/FsMapPicker/components/amap.vue')['default']
  10. Area: typeof import('./components/form/Area.vue')['default']
  11. Baidu: typeof import('./components/FsMapPicker/components/baidu.vue')['default']
  12. CardItem: typeof import('./components/FsCheckCard/components/CardItem.vue')['default']
  13. Cropper: typeof import('./components/avatar/cropper.vue')['default']
  14. Dict: typeof import('./components/form/Dict.vue')['default']
  15. Editor: typeof import('./components/form/Editor.vue')['default']
  16. ElArea: typeof import('./components/form/ElArea.vue')['default']
  17. ElDict: typeof import('./components/form/ElDict.vue')['default']
  18. ElEditor: typeof import('./components/form/ElEditor.vue')['default']
  19. ElEmployees: typeof import('./components/form/ElEmployees.vue')['default']
  20. Employees: typeof import('./components/form/Employees.vue')['default']
  21. Exception: typeof import('./components/Exception.vue')['default']
  22. FsCheckCard: typeof import('./components/FsCheckCard/index.vue')['default']
  23. FsCity: (typeof import('./components/FsCity/index.vue'))['default']
  24. FsCitySelect: typeof import('./components/FsCitySelect/index.vue')['default']
  25. FsImageUpload: (typeof import('./components/FsImageUpload/index.vue'))['default']
  26. FsMap: (typeof import('./components/FsMap/index.vue'))['default']
  27. FsMapPicker: typeof import('./components/FsMapPicker/index.vue')['default']
  28. FsPrinter: typeof import('./components/FsPrinter/index.vue')['default']
  29. FsTableSelect: typeof import('./components/FsTableSelect/index.vue')['default']
  30. FsText: (typeof import('./components/FsText/index.vue'))['default']
  31. FsTour: typeof import('./components/FsTour/index.vue')['default']
  32. GlobalAside: typeof import('./components/core/GlobalAside.vue')['default']
  33. GlobalFooter: typeof import('./components/core/GlobalFooter.vue')['default']
  34. GlobalHeader: typeof import('./components/core/GlobalHeader.vue')['default']
  35. GlobalLogo: typeof import('./components/core/GlobalLogo.vue')['default']
  36. GlobalMenu: typeof import('./components/core/GlobalMenu.vue')['default']
  37. GlobalNews: typeof import('./components/core/GlobalNews.vue')['default']
  38. GlobalSetting: typeof import('./components/core/GlobalSetting.vue')['default']
  39. GlobalSubMenu: typeof import('./components/core/GlobalSubMenu.vue')['default']
  40. GlobalTabs: typeof import('./components/core/GlobalTabs.vue')['default']
  41. OrgLayout: typeof import('./components/org/OrgLayout.vue')['default']
  42. OrgList: typeof import('./components/org/OrgList.vue')['default']
  43. PaneModel: typeof import('./components/splitpanes/PaneModel.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. TableSelect: typeof import('./components/form/TableSelect.vue')['default']
  49. }
  50. }