提交
This commit is contained in:
28
甲情_甲意/miniprogram/node_modules/antd-mini/es/Input/props.js
generated
vendored
Normal file
28
甲情_甲意/miniprogram/node_modules/antd-mini/es/Input/props.js
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
export var InputDefaultProps = {
|
||||
type: null,
|
||||
value: null,
|
||||
defaultValue: null,
|
||||
placeholder: null,
|
||||
placeholderClassName: null,
|
||||
placeholderStyle: null,
|
||||
allowClear: null,
|
||||
enableNative: null,
|
||||
confirmType: null,
|
||||
confirmHold: null,
|
||||
controlled: null,
|
||||
alwaysSystem: null,
|
||||
selectionStart: null,
|
||||
selectionEnd: null,
|
||||
cursor: null,
|
||||
inputClassName: null,
|
||||
inputStyle: null,
|
||||
password: null,
|
||||
prefix: null,
|
||||
disabled: null,
|
||||
focusClassName: null,
|
||||
suffix: null,
|
||||
focus: null,
|
||||
name: null,
|
||||
focusStyle: null,
|
||||
randomNumber: null,
|
||||
};
|
Reference in New Issue
Block a user