@gzued/antd-compiled
Version:
Pre-bundled Ant Design 4.x and related dependencies for @gzued packages
11 lines (10 loc) • 399 B
TypeScript
import type { CSSMotionProps } from 'rc-motion';
import type { AnimationType, TransitionNameType } from '../interface';
interface GetMotionProps {
motion: CSSMotionProps;
animation: AnimationType;
transitionName: TransitionNameType;
prefixCls: string;
}
export declare function getMotion({ prefixCls, motion, animation, transitionName, }: GetMotionProps): CSSMotionProps;
export {};