Files
copilot-toolbox-sdfdsfds/node_modules/antd/lib/input/utils.js
2026-01-16 01:51:36 +00:00

9 lines
240 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.hasPrefixSuffix = hasPrefixSuffix;
function hasPrefixSuffix(props) {
return !!(props.prefix || props.suffix || props.allowClear || props.showCount);
}