instance.d.ts 108 B

12
  1. import type Avatar from './avatar.vue';
  2. export type AvatarInstance = InstanceType<typeof Avatar> & unknown;