UNPKG
antd-mobile-alita
Version:
latest (2.3.4)
2.3.4
基于 React 的移动设计规范实现
mobile.ant.design
ant-design/ant-design-mobile
antd-mobile-alita
/
es
/
search-bar
/
PropsType.js
12 lines
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
function
noop()
{}
export
var
defaultProps
=
{
prefixCls:
'am-search'
,
placeholder:
''
,
onSubmit:
noop
,
onChange:
noop
,
onFocus:
noop
,
onBlur:
noop
,
onClear:
noop
,
showCancelButton:
false
,
disabled:
false
}
;