15 lines
542 B
TypeScript
15 lines
542 B
TypeScript
|
// 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 {
|
||
|
ElButton: typeof import('element-plus/es')['ElButton']
|
||
|
ElLink: typeof import('element-plus/es')['ElLink']
|
||
|
ElTag: typeof import('element-plus/es')['ElTag']
|
||
|
HelloWorld: typeof import('C:/Users/Saber/Documents/HBuilderProjects/vue-element-plus-admin/src/components/HelloWorld.vue')['default']
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export { }
|