UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

17 lines (16 loc) 331 B
export var sliderDefaultProps = { value: null, defaultValue: null, disabled: false, max: 100, min: 0, range: false, showNumber: false, step: 1, showTicks: false, showTooltip: false, activeLineStyle: '', activeDotStyle: '', activeLineClassName: '', activeDotClassName: '', };