UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

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