mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
import type { Icons } from '@/plugins/icon'
|
|
|
|
declare module 'vue' {
|
|
export type GlobalComponents = Icons
|
|
}
|
|
|
|
export {} |