UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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;