UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

6 lines 721 B
import type { SelectCommonPlacement, ValidateStatus } from '../interface'; export declare const getTransitionDirection: (placement: SelectCommonPlacement | undefined) => "slide-down" | "slide-up"; export declare const getTransitionName: (rootPrefixCls: string, motion: string, transitionName?: string | undefined) => string; export declare function getStatusClassNames(prefixCls: string, status?: ValidateStatus, hasFeedback?: boolean): string; export declare const getMergedStatus: (contextStatus?: "" | "success" | "warning" | "error" | "validating" | undefined, customStatus?: "" | "warning" | "error" | undefined) => "" | "success" | "warning" | "error" | "validating" | undefined; //# sourceMappingURL=utils.d.ts.map