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
/
TapRating.d.ts
5 lines
•
238 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
TapRatingProps
}
from
'./type'
;
declare
const
TapRating
:
React
.
ForwardRefExoticComponent
<
TapRatingProps
&
React
.
RefAttributes
<
unknown
>>;
export
default
TapRating
;
//# sourceMappingURL=TapRating.d.ts.map