components.d.ts 148 B

1234567
  1. declare module 'vue' {
  2. export interface GlobalComponents {
  3. Icon: typeof import('../components/Icon/src/Icon.vue')['default']
  4. }
  5. }
  6. export {}