UNPKG
uni-ui-plus
Version:
latest (0.0.70)
0.0.70
0.0.69
0.0.67
0.0.66
0.0.65
0.0.64
0.0.63
0.0.62
0.0.61
0.0.60
0.0.59
0.0.58
0.0.57
0.0.56
0.0.55
0.0.54
0.0.53
0.0.52
0.0.5
0.0.4
0.0.3
0.0.2
🦄基于uni-ui的二次封装的uniapp组件库
github.com/iceywu/uni-ui-plus
iceywu/uni-ui-plus
uni-ui-plus
/
components
/
skeleton
/
type.ts
6 lines
(4 loc)
•
239 B
text/typescript
View Raw
1
2
3
4
5
6
export
const
skeletonType = [
'title'
,
'avatar'
]
as
const
export
type
SkeletonType
= (
typeof
skeletonType)[
number
]
export
const
avatarShapeType = [
'circle'
,
'square'
]
as
const
export
type
AvatarShapeType
= (
typeof
avatarShapeType)[
number
]