instance.ts 97 B

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