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

14 lines
294 B
TypeScript
Raw Normal View History

2023-07-24 10:05:07 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}