web_ppt / frontend /src /components.d.ts
CatPtain's picture
Upload 339 files
89ce340 verified
raw
history blame contribute delete
119 Bytes
import type { Icons } from '@/plugins/icon'
declare module 'vue' {
export type GlobalComponents = Icons
}
export {}