Latest updates from IceHrmPro
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { MotionType, TransitionNameType, OpenAnimation } from '../interface';
|
||||
interface GetMotionProps {
|
||||
motion?: MotionType;
|
||||
openAnimation?: OpenAnimation;
|
||||
openTransitionName?: TransitionNameType;
|
||||
prefixCls?: string;
|
||||
}
|
||||
export declare function getMotion({ prefixCls, motion, openAnimation, openTransitionName, }: GetMotionProps): MotionType;
|
||||
export {};
|
||||
Reference in New Issue
Block a user