UNPKG

element-plus

Version:

A Component Library for Vue 3

5 lines (4 loc) 233 B
import type Avatar from './avatar.vue'; import type AvatarGroup from './avatar-group'; export type AvatarInstance = InstanceType<typeof Avatar> & unknown; export type AvatarGroupInstance = InstanceType<typeof AvatarGroup> & unknown;