util.d.ts 363 B

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