-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
32 lines (30 loc) · 1.5 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
DropDown: typeof import('./src/components/DropDown.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElSlider: typeof import('element-plus/es')['ElSlider']
Menu: typeof import('./src/components/Menu.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Share: typeof import('./src/components/Share.vue')['default']
TextArea: typeof import('./src/components/TextArea.vue')['default']
TextProcessor: typeof import('./src/components/TextProcessor.vue')['default']
TheCounter: typeof import('./src/components/TheCounter.vue')['default']
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
TheInput: typeof import('./src/components/TheInput.vue')['default']
Token: typeof import('./src/components/Token.vue')['default']
}
}