UNPKG

@questlabs/react-native-sdk

Version:
6 lines (5 loc) 128 B
export type Props = { defaultRating?:number; maxRating?:number; getCurrentRating?: (rating: number) => void; }