UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

10 lines (9 loc) 256 B
export interface SegmentedControlPropsType { tintColor?: string; disabled?: boolean; selectedIndex?: number; values?: string[]; onChange?: (e: any) => void; onValueChange?: (value: string) => void; selectedTextColor?: string; }