-
Notifications
You must be signed in to change notification settings - Fork 280
/
components.d.ts
22 lines (20 loc) · 1.03 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
// 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
declare module 'vue' {
export interface GlobalComponents {
Charts: typeof import('./src/components/charts/index.vue')['default']
Cropper: typeof import('./src/components/cropper/index.vue')['default']
ElAside: typeof import('element-plus/es')['ElAside']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElMain: typeof import('element-plus/es')['ElMain']
Layer: typeof import('./src/components/layer/index.vue')['default']
Menu: typeof import('./src/components/menu/index.vue')['default']
Table: typeof import('./src/components/table/index.vue')['default']
Tinymce: typeof import('./src/components/tinymce/index.vue')['default']
Tip: typeof import('./src/components/cropper/tip.vue')['default']
}
}
export { }