UNPKG
press-tdesign-vue-next
Version:
latest (1.0.36)
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.30
1.0.23
1.0.22
1.0.21
1.0.20
1.0.12
1.0.1
1.0.0
0.0.40
0.0.38
0.0.37
0.0.36
0.0.9
二次封装 tdesign-vue-next
novlan1.github.io/press-components/
novlan1/press-components
press-tdesign-vue-next
/
dist
/
types
/
header-avatar
/
types.d.ts
6 lines
(5 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
HeaderAvatarProps
= {
showNick
?:
boolean
;
nick
?:
string
;
head
?:
string
; };