components.d.ts 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. Chart: typeof import('./../components/Chart/index.vue')['default']
  10. CompanyMap: typeof import('./../components/Map/company-map.vue')['default']
  11. Contact: typeof import('./../components/Contact/index.vue')['default']
  12. Dialog: typeof import('./../components/Dialog/index.vue')['default']
  13. DictTag: typeof import('./../components/DictTag/index.vue')['default']
  14. ElButton: typeof import('element-plus/es')['ElButton']
  15. ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
  16. ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
  17. ElCol: typeof import('element-plus/es')['ElCol']
  18. ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
  19. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  20. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  21. ElDialog: typeof import('element-plus/es')['ElDialog']
  22. ElForm: typeof import('element-plus/es')['ElForm']
  23. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  24. ElIcon: typeof import('element-plus/es')['ElIcon']
  25. ElImage: typeof import('element-plus/es')['ElImage']
  26. ElInput: typeof import('element-plus/es')['ElInput']
  27. ElOption: typeof import('element-plus/es')['ElOption']
  28. ElPagination: typeof import('element-plus/es')['ElPagination']
  29. ElRow: typeof import('element-plus/es')['ElRow']
  30. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  31. ElSelect: typeof import('element-plus/es')['ElSelect']
  32. ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
  33. ElSkeletonItem: typeof import('element-plus/es')['ElSkeletonItem']
  34. ElSlider: typeof import('element-plus/es')['ElSlider']
  35. ElText: typeof import('element-plus/es')['ElText']
  36. ElTimeline: typeof import('element-plus/es')['ElTimeline']
  37. ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
  38. ElTree: typeof import('element-plus/es')['ElTree']
  39. ElUpload: typeof import('element-plus/es')['ElUpload']
  40. FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
  41. FlvVideo: typeof import('./../components/FlvVideo/index.vue')['default']
  42. FooterSection: typeof import('./../components/FooterSection/index.vue')['default']
  43. HeaderSection: typeof import('./../components/HeaderSection/index.vue')['default']
  44. HikvisionH5player: typeof import('./../components/HKVideo/hikvision-h5player.vue')['default']
  45. HikvisionPlayer: typeof import('./../components/HKVideo/hikvision-player.vue')['default']
  46. HKVideo: typeof import('./../components/HKVideo/index.vue')['default']
  47. IFrame: typeof import('./../components/iFrame/index.vue')['default']
  48. Index2: typeof import('./../components/Dialog/index2.vue')['default']
  49. InfoDialog: typeof import('./../components/InfoDialog/index.vue')['default']
  50. LineWidthSelect: typeof import('./../components/LineWidthSelect/index.vue')['default']
  51. Map: typeof import('./../components/Map/index.vue')['default']
  52. ModalVideo: typeof import('./../components/HKVideo/modal-video.vue')['default']
  53. NearbyVideos: typeof import('./../components/NearbyVideos/index.vue')['default']
  54. Pagination: typeof import('./../components/Pagination/index.vue')['default']
  55. ParentView: typeof import('./../components/ParentView/index.vue')['default']
  56. PdfView: typeof import('./../components/PdfView/index.vue')['default']
  57. QuickZoom: typeof import('./../components/Map/quickZoom.vue')['default']
  58. RightTool: typeof import('./../components/Map/rightTool.vue')['default']
  59. RouterLink: typeof import('vue-router')['RouterLink']
  60. RouterView: typeof import('vue-router')['RouterView']
  61. Step: typeof import('./../components/Step/index.vue')['default']
  62. SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
  63. Switch: typeof import('./../components/Switch/index.vue')['default']
  64. TimeAxis: typeof import('./../components/TimeAxis/index.vue')['default']
  65. VideoContainer: typeof import('./../components/HKVideo/video-container.vue')['default']
  66. VideoContainer2: typeof import('./../components/HKVideo/video-container2.vue')['default']
  67. VideoDialog: typeof import('./../components/HKVideo/video-dialog.vue')['default']
  68. VideoTagEdit: typeof import('./../components/VideoTagEdit/index.vue')['default']
  69. YztMap: typeof import('./../components/Map/YztMap/index.vue')['default']
  70. }
  71. export interface ComponentCustomProperties {
  72. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  73. }
  74. }