components.d.ts 3.4 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. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. BaseChart: typeof import('./src/components/charts/BaseChart.vue')['default']
  11. CodeHighlighter: typeof import('./src/components/highlighters/CodeHighlighter.vue')['default']
  12. CodeHighlighter2: typeof import('./src/components/highlighters/CodeHighlighter2.vue')['default']
  13. DateRangeSelect: typeof import('./src/components/select/DateRangeSelect.vue')['default']
  14. DynamicTreeSelect: typeof import('./src/components/select/DynamicTreeSelect.vue')['default']
  15. DySearchSelect: typeof import('./src/components/select/DySearchSelect.vue')['default']
  16. DySelect: typeof import('./src/components/select/DySelect.vue')['default']
  17. DySelectTree: typeof import('./src/components/select/DySelectTree.vue')['default']
  18. ElButton: typeof import('element-plus/es')['ElButton']
  19. ElCol: typeof import('element-plus/es')['ElCol']
  20. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  21. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  22. ElForm: typeof import('element-plus/es')['ElForm']
  23. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  24. ElInput: typeof import('element-plus/es')['ElInput']
  25. ElOption: typeof import('element-plus/es')['ElOption']
  26. ElPagination: typeof import('element-plus/es')['ElPagination']
  27. ElRow: typeof import('element-plus/es')['ElRow']
  28. ElSelect: typeof import('element-plus/es')['ElSelect']
  29. ElTree: typeof import('element-plus/es')['ElTree']
  30. Loading: typeof import('./src/components/Table/table-partials/Loading.vue')['default']
  31. MenuComponent: typeof import('./src/components/menu/MenuComponent.vue')['default']
  32. OrgCompany: typeof import('./src/components/Tree/OrgCompany.vue')['default']
  33. 'PreviewCode ': typeof import('./src/components/prismjs/PreviewCode .vue')['default']
  34. RouterLink: typeof import('vue-router')['RouterLink']
  35. RouterView: typeof import('vue-router')['RouterView']
  36. TableBodyRow: typeof import('./src/components/Table/table-partials/table-content/table-body/TableBodyRow.vue')['default']
  37. TableContent: typeof import('./src/components/Table/table-partials/table-content/TableContent.vue')['default']
  38. TableFixed: typeof import('./src/components/Table/table-partials/table-content/table-fixed/TableFixed.vue')['default']
  39. TableFooter: typeof import('./src/components/Table/table-partials/TableFooter.vue')['default']
  40. TableHeadRow: typeof import('./src/components/Table/table-partials/table-content/table-head/TableHeadRow.vue')['default']
  41. TableItemsPerPageSelect: typeof import('./src/components/Table/table-partials/table-content/table-footer/TableItemsPerPageSelect.vue')['default']
  42. TablePagination: typeof import('./src/components/Table/table-partials/table-content/table-footer/TablePagination.vue')['default']
  43. TableRightFixed: typeof import('./src/components/Table/table-partials/table-content/table-fixed/TableRightFixed.vue')['default']
  44. TableTreeRow: typeof import('./src/components/Table/table-partials/table-content/table-body/TableTreeRow.vue')['default']
  45. VbDataTable: typeof import('./src/components/Table/VbDataTable.vue')['default']
  46. VbTreeTable: typeof import('./src/components/Table/VbTreeTable.vue')['default']
  47. }
  48. }