| | |
| | | declare module 'vue' { |
| | | export interface GlobalComponents { |
| | | BackToTop: typeof import('./src/components/BackToTop/index.vue')['default'] |
| | | BaseChart: typeof import('./src/components/Charts/BaseChart.vue')['default'] |
| | | Breadcrumb: typeof import('./src/components/Breadcrumb/index.vue')['default'] |
| | | DragSelect: typeof import('./src/components/DragSelect/index.vue')['default'] |
| | | DropdownMenu: typeof import('./src/components/Share/DropdownMenu.vue')['default'] |
| | |
| | | ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] |
| | | ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] |
| | | ElDialog: typeof import('element-plus/es')['ElDialog'] |
| | | ElDrawer: typeof import('element-plus/es')['ElDrawer'] |
| | | ElDropdown: typeof import('element-plus/es')['ElDropdown'] |
| | | ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] |
| | | ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] |
| | |
| | | HeaderSearch: typeof import('./src/components/HeaderSearch/index.vue')['default'] |
| | | ImageCropper: typeof import('./src/components/ImageCropper/index.vue')['default'] |
| | | Keyboard: typeof import('./src/components/Charts/Keyboard.vue')['default'] |
| | | LedNum: typeof import('./src/components/LedNum/index.vue')['default'] |
| | | LedNumber: typeof import('./src/components/LedNum/components/ledNumber.vue')['default'] |
| | | LineChart: typeof import('./src/components/Charts/LineChart.vue')['default'] |
| | | LineMarker: typeof import('./src/components/Charts/LineMarker.vue')['default'] |
| | | Mallki: typeof import('./src/components/TextHoverEffect/Mallki.vue')['default'] |
| | | MapChart: typeof import('./src/components/Charts/MapChart.vue')['default'] |
| | | MDinput: typeof import('./src/components/MDinput/index.vue')['default'] |
| | | MixChart: typeof import('./src/components/Charts/MixChart.vue')['default'] |
| | | Pagination: typeof import('./src/components/Pagination/index.vue')['default'] |