components.d.ts 428 B

12345678910111213
  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. AMenu: typeof import('ant-design-vue/es')['Menu']
  7. AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
  8. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  9. }
  10. }
  11. export { }