instance.d.ts 106 Bytes
import type Avatar from './avatar.vue';
export declare type AvatarInstance = InstanceType<typeof Avatar>;