UNPKG
mh-rn-component
Version:
latest (0.1.17-alpha.0)
0.1.17-alpha.0
0.1.16-alpha.0
0.1.15-alpha.0
0.1.14-alpha.0
0.1.13-alpha.0
0.1.12-alpha.0
0.1.11-alpha.0
0.1.10-alpha.0
0.1.9-alpha.0
0.1.8-alpha.0
0.1.7-alpha.0
0.1.6-alpha.0
0.1.5-alpha.0
0.1.4-alpha.0
0.1.3-alpha.0
0.1.2-alpha.0
0.1.1-alpha.0
0.1.0-alpha.0
mh-rn-component
/
reactNative
/
Swiper
/
types.ts
18 lines
•
278 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
type
LayoutType
= {
width
:
number
,
height
:
number
}
export
type
OffsetType
= {
x
:
number
,
y
:
number
}
// 测试颜色区分
export
enum
ColorBg
{
'#1ba784'
=
0
,
'#f1939c'
=
1
,
'#1989fa'
=
2
,
'#07c160'
=
3
,
'#ee0a24'
=
4
,
'#ff9700'
=
5
,
'#f1441d'
=
6
}