components.d.ts 542 B

1234567891011121314
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/vue-next/pull/3399
  4. declare module 'vue' {
  5. export interface GlobalComponents {
  6. ElButton: typeof import('element-plus/es')['ElButton']
  7. ElLink: typeof import('element-plus/es')['ElLink']
  8. ElTag: typeof import('element-plus/es')['ElTag']
  9. HelloWorld: typeof import('C:/Users/Saber/Documents/HBuilderProjects/vue-element-plus-admin/src/components/HelloWorld.vue')['default']
  10. }
  11. }
  12. export { }