提交
This commit is contained in:
19
甲情_甲意/miniprogram/node_modules/antd-mini/less/Picker/props.js
generated
vendored
Normal file
19
甲情_甲意/miniprogram/node_modules/antd-mini/less/Picker/props.js
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
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: '暂无数据',
|
||||
};
|
Reference in New Issue
Block a user