1234 |
- import type { Direction, SizeType } from '../config-provider';
- export declare function getInputClassName(prefixCls: string, bordered: boolean, size?: SizeType, disabled?: boolean, direction?: Direction): string;
- export declare function hasPrefixSuffix(propsAndSlots: any): number | boolean;
- export declare function hasAddon(propsAndSlots: any): number | boolean;
|