UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines (8 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasPrefixSuffix = hasPrefixSuffix; function hasPrefixSuffix(props) { return !!(props.prefix || props.suffix || props.allowClear || props.showCount); }