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