mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vue3.git
synced 2025-12-30 09:32:26 +00:00
9 lines
193 B
TypeScript
9 lines
193 B
TypeScript
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Icon: typeof import('@/components/Icon')['Icon']
|
|
DictTag: typeof import('@/components/DictTag')['DictTag']
|
|
}
|
|
}
|
|
|
|
export {}
|