first commit
This commit is contained in:
9
frontend/node_modules/antd/lib/input/utils.js
generated
vendored
Normal file
9
frontend/node_modules/antd/lib/input/utils.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.hasPrefixSuffix = hasPrefixSuffix;
|
||||
function hasPrefixSuffix(props) {
|
||||
return !!(props.prefix || props.suffix || props.allowClear || props.showCount);
|
||||
}
|
||||
Reference in New Issue
Block a user