Files
orion-visor/orion-visor-ui/components.d.ts

16 lines
388 B
TypeScript
Raw Normal View History

2023-07-24 10:05:07 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
2024-01-10 00:10:39 +08:00
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
2024-02-27 18:49:55 +08:00
import '@vue/runtime-core'
2023-07-24 10:05:07 +08:00
2024-02-25 17:44:21 +08:00
export {}
2023-07-24 10:05:07 +08:00
declare module '@vue/runtime-core' {
export interface GlobalComponents {
2024-02-25 17:44:21 +08:00
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
2023-07-24 10:05:07 +08:00
}
}