mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +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 {}
|