gpalweb/components.d.ts
lightings 5e1cec03e6 ...
2023-02-15 14:37:28 +08:00

22 lines
982 B
TypeScript

// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ChainModel: typeof import('./src/components/ChainModel.vue')['default']
GpalMenuItem: typeof import('./src/components/GpalMenuItem.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RadarMap: typeof import('./src/components/RadarMap.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SmallTag: typeof import('./src/components/SmallTag.vue')['default']
TestView: typeof import('./src/components/TestView.vue')['default']
TestViewO: typeof import('./src/components/TestViewO.vue')['default']
UserCard: typeof import('./src/components/UserCard.vue')['default']
}
}