UNPKG

antd-mobile-alita

Version:

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

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