yudao_ui/types/components.d.ts

9 lines
193 B
TypeScript
Raw Permalink Normal View History

2024-07-21 05:54:36 +00:00
declare module 'vue' {
export interface GlobalComponents {
Icon: typeof import('@/components/Icon')['Icon']
DictTag: typeof import('@/components/DictTag')['DictTag']
}
}
export {}