UNPKG

@uiw/react-native

Version:
7 lines (6 loc) 233 B
import React from 'react'; import { RatingProps } from '../../Rating'; declare const Rate: ({ onChange, ...others }: RatingProps & { onChange?: ((value: number) => void) | undefined; }) => React.JSX.Element; export default Rate;