UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

4 lines (3 loc) 202 B
import type { ClearableInputProps } from './ClearableLabeledInput'; import type { InputProps } from './Input'; export declare function hasPrefixSuffix(props: InputProps | ClearableInputProps): boolean;