Spaces:
Paused
Paused
| /* eslint-disable */ | |
| // @ts-nocheck | |
| // biome-ignore lint: disable | |
| // oxlint-disable | |
| // ------ | |
| // Generated by unplugin-vue-components | |
| // Read more: https://github.com/vuejs/core/pull/3399 | |
| import { GlobalComponents } from 'vue' | |
| export {} | |
| /* prettier-ignore */ | |
| declare module 'vue' { | |
| export interface GlobalComponents { | |
| ElButton: typeof import('element-plus/es')['ElButton'] | |
| ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] | |
| ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup'] | |
| ElDialog: typeof import('element-plus/es')['ElDialog'] | |
| ElInput: typeof import('element-plus/es')['ElInput'] | |
| ElRadio: typeof import('element-plus/es')['ElRadio'] | |
| ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] | |
| ElSwitch: typeof import('element-plus/es')['ElSwitch'] | |
| RouterLink: typeof import('vue-router')['RouterLink'] | |
| RouterView: typeof import('vue-router')['RouterView'] | |
| } | |
| } | |
| // For TSX support | |
| declare global { | |
| const ElButton: typeof import('element-plus/es')['ElButton'] | |
| const ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] | |
| const ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup'] | |
| const ElDialog: typeof import('element-plus/es')['ElDialog'] | |
| const ElInput: typeof import('element-plus/es')['ElInput'] | |
| const ElRadio: typeof import('element-plus/es')['ElRadio'] | |
| const ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] | |
| const ElSwitch: typeof import('element-plus/es')['ElSwitch'] | |
| const RouterLink: typeof import('vue-router')['RouterLink'] | |
| const RouterView: typeof import('vue-router')['RouterView'] | |
| } |