cosmos-explorer/components.d.ts

14 lines
392 B
TypeScript
Raw Permalink Normal View History

2023-04-03 09:08:02 +00:00
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
2023-05-27 17:36:42 +00:00
import '@vue/runtime-core';
2023-04-03 09:08:02 +00:00
2023-05-27 17:36:42 +00:00
export {};
2023-04-03 09:08:02 +00:00
declare module '@vue/runtime-core' {
export interface GlobalComponents {
2023-05-27 17:36:42 +00:00
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
2023-04-03 09:08:02 +00:00
}
}