Files
frontend/node_modules/antd/es/input/utils.js
2026-01-17 15:16:36 -05:00

3 lines
124 B
JavaScript

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