UNPKG
@td-design/react-native-rating
Version:
latest (2.7.2)
3.0.0
2.7.2
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
基于 @td-design/react-native 的 rating 组件
@td-design/react-native-rating
/
lib
/
typescript
/
components
/
SwipeStar.d.ts
9 lines
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
FC
}
from
'react'
;
declare
const
SwipeStar
:
FC
<{
width
?:
number
;
height
?:
number
;
bgColor
?:
string
;
strokeColor
?:
string
; }>;
export
default
SwipeStar
;
//# sourceMappingURL=SwipeStar.d.ts.map