| 7 | |
| 8 | declare module 'vue' { |
| 9 | export interface GlobalComponents { |
| 10 | ElButton: typeof import('element-plus/es')['ElButton'] |
| 11 | ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] |
| 12 | ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup'] |
| 13 | ElDialog: typeof import('element-plus/es')['ElDialog'] |
| 14 | ElDropdown: typeof import('element-plus/es')['ElDropdown'] |
| 15 | ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] |
| 16 | ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] |
| 17 | ElForm: typeof import('element-plus/es')['ElForm'] |
| 18 | ElFormItem: typeof import('element-plus/es')['ElFormItem'] |
| 19 | ElIcon: typeof import('element-plus/es')['ElIcon'] |
| 20 | ElInput: typeof import('element-plus/es')['ElInput'] |
| 21 | ElTooltip: typeof import('element-plus/es')['ElTooltip'] |
| 22 | Lottie: typeof import('./src/components/Lottie/index.vue')['default'] |
| 23 | RouterLink: typeof import('vue-router')['RouterLink'] |
| 24 | RouterView: typeof import('vue-router')['RouterView'] |
| 25 | SiderMenu: typeof import('./src/components/SiderMenu/index.vue')['default'] |
| 26 | Toast: typeof import('./src/components/Toast/index.vue')['default'] |
| 27 | } |
| 28 | export interface ComponentCustomProperties { |
| 29 | vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll'] |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected