UNPKG

272 BTypeScriptView Raw
1import { CSSMotionProps } from 'rc-motion';
2declare const collapseMotion: CSSMotionProps;
3declare const getTransitionName: (rootPrefixCls: string, motion: string, transitionName?: string | undefined) => string;
4export { getTransitionName };
5export default collapseMotion;