UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 108 B
import type Avatar from './avatar.vue'; export type AvatarInstance = InstanceType<typeof Avatar> & unknown;