UNPKG

antd-mini

Version:

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

19 lines (18 loc) 393 B
export var CascaderDefaultProps = { visible: null, defaultVisible: null, animationType: 'transform', value: null, defaultValue: null, options: [], placeholder: '请选择', cancelText: '取消', disabled: false, readonly: false, title: '', okText: '确定', maskClosable: true, popClassName: '', popStyle: '', onFormat: null, };