components.d.ts 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
  28. ElOption: typeof import('element-plus/es')['ElOption']
  29. ElPagination: typeof import('element-plus/es')['ElPagination']
  30. ElRow: typeof import('element-plus/es')['ElRow']
  31. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  32. ElSelect: typeof import('element-plus/es')['ElSelect']
  33. ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
  34. ElSkeletonItem: typeof import('element-plus/es')['ElSkeletonItem']
  35. ElSlider: typeof import('element-plus/es')['ElSlider']
  36. ElText: typeof import('element-plus/es')['ElText']
  37. ElTimeline: typeof import('element-plus/es')['ElTimeline']
  38. ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
  39. ElTree: typeof import('element-plus/es')['ElTree']
  40. ElUpload: typeof import('element-plus/es')['ElUpload']
  41. FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
  42. FlvVideo: typeof import('./../components/FlvVideo/index.vue')['default']
  43. FooterSection: typeof import('./../components/FooterSection/index.vue')['default']
  44. HeaderSection: typeof import('./../components/HeaderSection/index.vue')['default']
  45. HikvisionH5player: typeof import('./../components/HKVideo/hikvision-h5player.vue')['default']
  46. HikvisionPlayer: typeof import('./../components/HKVideo/hikvision-player.vue')['default']
  47. HKVideo: typeof import('./../components/HKVideo/index.vue')['default']
  48. IFrame: typeof import('./../components/iFrame/index.vue')['default']
  49. Index2: typeof import('./../components/HeaderSection/index2.vue')['default']
  50. InfoDialog: typeof import('./../components/InfoDialog/index.vue')['default']
  51. LineWidthSelect: typeof import('./../components/LineWidthSelect/index.vue')['default']
  52. Map: typeof import('./../components/Map/index.vue')['default']
  53. ModalVideo: typeof import('./../components/HKVideo/modal-video.vue')['default']
  54. NearbyVideos: typeof import('./../components/NearbyVideos/index.vue')['default']
  55. Pagination: typeof import('./../components/Pagination/index.vue')['default']
  56. ParentView: typeof import('./../components/ParentView/index.vue')['default']
  57. PdfView: typeof import('./../components/PdfView/index.vue')['default']
  58. QuickZoom: typeof import('./../components/Map/quickZoom.vue')['default']
  59. RightTool: typeof import('./../components/Map/rightTool.vue')['default']
  60. RouterLink: typeof import('vue-router')['RouterLink']
  61. RouterView: typeof import('vue-router')['RouterView']
  62. Step: typeof import('./../components/Step/index.vue')['default']
  63. SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
  64. Switch: typeof import('./../components/Switch/index.vue')['default']
  65. TimeAxis: typeof import('./../components/TimeAxis/index.vue')['default']
  66. VideoContainer: typeof import('./../components/HKVideo/video-container.vue')['default']
  67. VideoContainer2: typeof import('./../components/HKVideo/video-container2.vue')['default']
  68. VideoDialog: typeof import('./../components/HKVideo/video-dialog.vue')['default']
  69. VideoTagEdit: typeof import('./../components/VideoTagEdit/index.vue')['default']
  70. YztMap: typeof import('./../components/Map/YztMap/index.vue')['default']
  71. }
  72. export interface ComponentCustomProperties {
  73. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  74. }
  75. }