Files
pengcheng-exam-teacher/types/components.d.ts
2025-08-13 09:02:52 +08:00

9 lines
193 B
TypeScript

declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('@/components/Icon')['Icon']
DictTag: typeof import('@/components/DictTag')['DictTag']
}
}
export {}