unibest/src/components.d.ts

14 lines
350 B
TypeScript
Raw Normal View History

2023-12-21 17:30:49 +08: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 {
2023-12-22 09:15:09 +08:00
RouterLink: (typeof import('vue-router'))['RouterLink']
RouterView: (typeof import('vue-router'))['RouterView']
2023-12-21 17:30:49 +08:00
}
}