UNPKG

antd-mini

Version:

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

23 lines (22 loc) 481 B
export var DatePickerDefaultProps = { visible: null, defaultVisible: null, animationType: 'transform', format: 'YYYY/MM/DD', min: null, max: null, value: null, defaultValue: null, title: '', okText: undefined, cancelText: undefined, placeholder: undefined, precision: 'day', maskClosable: true, popClassName: '', popStyle: '', disabled: false, readonly: false, onFormatLabel: null, onFormat: null, };