components.d.ts 119 B

1234567
  1. import type { Icons } from '@/plugins/icon'
  2. declare module 'vue' {
  3. export type GlobalComponents = Icons
  4. }
  5. export {}