Files
planet/frontend/node_modules/antd/es/input/utils.js
2026-03-05 11:46:58 +08:00

3 lines
124 B
JavaScript

export function hasPrefixSuffix(props) {
return !!(props.prefix || props.suffix || props.allowClear || props.showCount);
}