inspect-front/types/components.d.ts

9 lines
193 B
TypeScript
Raw Normal View History

2025-02-11 17:00:01 +08:00
declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('@/components/Icon')['Icon']
DictTag: typeof import('@/components/DictTag')['DictTag']
}
}
export {}