revert: enterButton type

pull/165/head
tjz 2018-07-17 22:05:18 +08:00
parent 0a5dd6f89b
commit e7817c5ffa
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default {
default: 'ant-input', default: 'ant-input',
type: String, type: String,
}, },
enterButton: PropTypes.any, enterButton: PropTypes.oneOfType([PropTypes.bool, PropTypes.string, PropTypes.object]),
}, },
model: { model: {
prop: 'value', prop: 'value',