UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

5 lines (4 loc) 363 B
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;