UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

9 lines 203 B
export function getMotion(mode, motion, defaultMotions) { if (motion) { return motion; } if (defaultMotions) { return defaultMotions[mode] || defaultMotions.other; } return undefined; }