utils.js 124 B

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