-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
20 lines (18 loc) · 892 Bytes
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']
ElInput: typeof import('element-plus/es')['ElInput']
FormBody: typeof import('./src/components/FormBody.vue')['default']
Input: typeof import('./src/components/plugins/Input.vue')['default']
PluginConfig: typeof import('./src/components/PluginConfig.vue')['default']
PluginsCard: typeof import('./src/components/PluginsCard.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Textarea: typeof import('./src/components/plugins/Textarea.vue')['default']
}
}
export {}