UNPKG

@ggmdev/react-native-rating-bar

Version:

A React Native component for generating and displaying interactive Tap or Swipe enabled Ratings.

5 lines (4 loc) 182 B
import React from 'react'; import type { HalfRatingProps } from '../types/ratingTypes'; declare const _default: React.NamedExoticComponent<HalfRatingProps>; export default _default;