// generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' export {} declare module '@vue/runtime-core' { export interface GlobalComponents { Counter: typeof import('./../components/Buttons/Counter.vue')['default'] Demo: typeof import('./../components/Demo.vue')['default'] HelloWorld: typeof import('./../components/HelloWorld.vue')['default'] Logo: typeof import('./../components/Logo.vue')['default'] ToggleDark: typeof import('./../components/Buttons/ToggleDark.vue')['default'] ToggleLanguage: typeof import('./../components/Buttons/ToggleLanguage.vue')['default'] } }