UNPKG

antd-mini

Version:

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

26 lines (25 loc) 550 B
export var DateRangePickerDefaultProps = { visible: null, defaultVisible: null, animationType: 'transform', format: 'YYYY/MM/DD', min: null, max: null, value: null, defaultValue: null, title: '', okText: null, cancelText: null, placeholder: null, precision: 'day', splitCharacter: '-', startPlaceholder: null, endPlaceholder: null, maskClosable: true, popClassName: '', popStyle: '', disabled: false, readonly: false, onFormatLabel: null, onFormat: null, };