instance.d.ts 106 B

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