UNPKG
jiku-ui
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A Component Library for Vue.js.
jiku-ui
/
types
/
avatar.d.ts
21 lines
(12 loc)
•
283 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
{
HeinerUIComponent
}
from
'./component'
/** Avatar Component */
export
declare
class
HnAvatar
extends
HeinerUIComponent
{
icon
:
string
;
size
:
string
|
number
;
shape
:
string
;
src
:
string
;
error
:
() =>
false
;
srcSet
:
string
;
alt
:
string
;
fit
:
string
; }