shotgun/site/components.d.ts

14 lines
382 B
TypeScript
Raw Normal View History

2024-01-28 10:42:05 -06:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
TheLanding: typeof import('./src/components/TheLanding.vue')['default']
}
}