PPTist/src/components.d.ts
2023-09-07 22:02:49 +08:00

7 lines
119 B
TypeScript

import type { Icons } from '@/plugins/icon'
declare module 'vue' {
export type GlobalComponents = Icons
}
export {}