3 lines
124 B
JavaScript
3 lines
124 B
JavaScript
export function hasPrefixSuffix(props) {
|
|
return !!(props.prefix || props.suffix || props.allowClear || props.showCount);
|
|
} |