mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* docs(components): [avatar] * Update avatar documentation per new design. * Move AvatarInstance to instance.ts for better readabilties. * chore: remove backquote * chore: update keywords to all-lowercase * chore: refinement Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import type Avatar from './avatar.vue'
|
|
|
|
export type AvatarInstance = InstanceType<typeof Avatar>
|