UNPKG

@questlabs/react-native-sdk

Version:
8 lines (6 loc) 198 B
import { ViewStyle } from "react-native/types"; export type Props = { options: (string | number)[]; selectedValue: string | number; onValueChange: (value: string | number) => void; };