Latest updates from IceHrmPro
This commit is contained in:
9
web/node_modules/rc-trigger/lib/utils/legacyUtil.d.ts
generated
vendored
Normal file
9
web/node_modules/rc-trigger/lib/utils/legacyUtil.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { MotionType, AnimationType, TransitionNameType } from '../interface';
|
||||
interface GetMotionProps {
|
||||
motion: MotionType;
|
||||
animation: AnimationType;
|
||||
transitionName: TransitionNameType;
|
||||
prefixCls: string;
|
||||
}
|
||||
export declare function getMotion({ prefixCls, motion, animation, transitionName, }: GetMotionProps): MotionType;
|
||||
export {};
|
||||
Reference in New Issue
Block a user