ray-template/unplugin/components.d.ts
XiaoDaiGua-Ray 405e62c762 v4.2.0
2023-09-15 23:59:28 +08:00

15 lines
451 B
TypeScript

/* 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 {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
RTransitionComponent: typeof import('./../src/components/RTransitionComponent/index.vue')['default']
}
}