UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

15 lines (14 loc) 368 B
interface SegmentedControlProps { tintColor?: string; disabled?: boolean; selectedIndex?: number; values?: Array<string>; onChange?: (e: any) => void; onValueChange?: (value: string) => void; style?: any; prefixCls?: string; className?: string; touchFeedback?: boolean; styles?: any; } export default SegmentedControlProps;