UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

9 lines (8 loc) 277 B
import type { ReactNode } from 'react'; import type { InputProps } from './Input'; export declare function hasPrefixSuffix(props: { prefix?: ReactNode; suffix?: ReactNode; allowClear?: InputProps['allowClear']; showCount?: InputProps['showCount']; }): boolean;