mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-02 03:34:59 +08: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 {}
|