Files
element-plus/packages/components/avatar/src/instance.ts
Jeremy ecb4b0117e docs(components): [avatar] (#10709)
* 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>
2022-11-24 22:56:01 +08:00

4 lines
97 B
TypeScript

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