PPTist/src/components.d.ts

7 lines
121 B
TypeScript

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