gpalweb/components.d.ts
lightings ac2076d417 ...
2023-01-31 15:06:16 +08:00

20 lines
836 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']
UserCard: typeof import('./src/components/UserCard.vue')['default']
}
}