UNPKG

@td-design/react-native-rating

Version:

基于 @td-design/react-native 的 rating 组件

5 lines 248 B
import React from 'react'; import { SwipeRatingProps } from './type'; declare const SwipeRating: React.ForwardRefExoticComponent<SwipeRatingProps & React.RefAttributes<unknown>>; export default SwipeRating; //# sourceMappingURL=SwipeRating.d.ts.map