UNPKG
@shinhotech/sh-ui
Version:
latest (2.16.6)
2.16.6
2.16.5
2.16.4
2.16.3
2.16.1
2.16.0
2.15.10
2.15.7
2.15.6
2.15.2
2.15.1
A Component Library for Vue.js.
element.eleme.io
shinhotech/element
@shinhotech/sh-ui
/
types
/
avatar.d.ts
21 lines
(12 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import
{
ElementUIComponent
}
from
'./component'
/** Avatar Component */
export
declare
class
ElAvatar
extends
ElementUIComponent
{
icon
:
string
;
size
:
string
|
number
;
shape
:
string
;
src
:
string
;
error
:
() =>
false
;
srcSet
:
string
;
alt
:
string
;
fit
:
string
; }