UNPKG

tntd

Version:

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

9 lines 615 B
import type { CSSMotionProps } from 'rc-motion'; declare const collapseMotion: CSSMotionProps; declare const SelectPlacements: ["bottomLeft", "bottomRight", "topLeft", "topRight"]; export declare type SelectCommonPlacement = typeof SelectPlacements[number]; declare const getTransitionDirection: (placement: SelectCommonPlacement | undefined) => "slide-down" | "slide-up"; declare const getTransitionName: (rootPrefixCls: string, motion: string, transitionName?: string | undefined) => string; export { getTransitionName, getTransitionDirection }; export default collapseMotion; //# sourceMappingURL=motion.d.ts.map