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