89ce340
1
2
3
4
5
6
7
import type { Icons } from '@/plugins/icon' declare module 'vue' { export type GlobalComponents = Icons } export {}