instance.d.ts 104 B

12
  1. import type Badge from './badge.vue';
  2. export type BadgeInstance = InstanceType<typeof Badge> & unknown;