mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Icon: typeof import('../components/Icon/src/Icon.vue')['default']
|
|
}
|
|
}
|
|
|
|
export {}
|