thehrz.net/src/components.d.ts

18 lines
504 B
TypeScript
Raw Normal View History

2023-08-17 21:22:19 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Bar: typeof import('./components/Bar.vue')['default']
2023-08-30 22:37:06 +08:00
Btn: typeof import('./components/Btn.vue')['default']
2023-08-17 21:22:19 +08:00
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}