UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines 181 B
// eslint-disable-next-line import/prefer-default-export export function hasPrefixSuffix(props) { return !!(props.prefix || props.suffix || props.allowClear || props.showCount); }