mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-03-30 01:43:30 +00: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 {}
|