UNPKG

antd-mini

Version:

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

20 lines (19 loc) 431 B
export var PickerDefaultProps = { formattedValueText: null, visible: null, defaultVisible: null, animationType: 'transform', value: null, defaultValue: null, disabled: false, title: '', okText: '确定', cancelText: '取消', placeholder: '请选择', options: [], popClassName: '', popStyle: '', maskClosable: true, onFormat: null, emptyText: '暂无数据', };