Files
video-gen/video-gen-admin/node_modules/antd/lib/input/utils.js
T
2026-05-25 17:08:18 +08:00

9 lines
240 B
JavaScript

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