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

3 lines
124 B
JavaScript

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