UNPKG

antd-mobile

Version:

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

22 lines (21 loc) 452 B
interface StepProps { min?: number; max?: number; step?: number | string; readOnly?: boolean; disabled?: boolean; autoFocus?: boolean; value?: number; defaultValue?: number; onChange?: (value) => void; style?: {}; styles?: any; upStyle?: {}; downStyle?: {}; inputStyle?: {}; prefixCls?: string; name?: string; showNumber?: boolean; className?: string; } export default StepProps;